Commit Graph

537 Commits

Author SHA1 Message Date
Sidney Alcantara
ea42793532 fix SideDrawerEditor not triggering side drawer open 2020-02-24 11:22:36 +11:00
Sidney Alcantara
c13f610dc0 add Date, DateTime picker 2020-02-24 11:22:22 +11:00
Shams mosowi
4cf350ba8f feature: hold shift to delete w no confirmation 2020-02-24 06:55:58 +08:00
Shams mosowi
733d9b2f33 rename rowsLimit to queryLimit 2020-02-23 21:41:31 +11:00
Shams mosowi
b6f84a3929 add rows to the top of the table 2020-02-23 21:26:32 +11:00
Shams mosowi
2e9e078d88 refactor import csv to use Context 2020-02-23 21:24:09 +11:00
Shams mosowi
76567dfe24 remove export all fields option 2020-02-23 21:22:11 +11:00
Sidney Alcantara
bcdc0f4dd9 add submit handler to withCustomCell HOC 2020-02-21 18:33:57 +11:00
Sidney Alcantara
62845dddfd break out FinalColumnHeader from ColumnHeader 2020-02-21 16:18:07 +11:00
Sidney Alcantara
0e065f9cb3 fix side drawer field initialisation 2020-02-21 15:57:47 +11:00
Sidney Alcantara
f2a22d7017 fix SideDrawer not scrolling 2020-02-21 15:57:38 +11:00
Sidney Alcantara
1db3e3d80e add custom editor support to table cells 2020-02-21 15:57:09 +11:00
Sidney Alcantara
30b1dada4a add basic custom cell formatters 2020-02-21 12:47:07 +11:00
Sidney Alcantara
ebda6b0d43 ColumnHeader, cell style changes 2020-02-21 12:24:38 +11:00
Sidney Alcantara
beabc9ce60 fix RichText editor not displaying on firefox 2020-02-21 12:23:49 +11:00
Sidney Alcantara
b89d5ef109 add debounce to column resize 2020-02-21 12:09:22 +11:00
Sidney Alcantara
d4c8d661a5 remove debug field 2020-02-21 10:15:47 +11:00
Sidney Alcantara
53946824aa re-enable column sorting 2020-02-21 10:12:14 +11:00
Sidney Alcantara
b11b65bb3f fix table cells not getting values 2020-02-20 18:52:17 +11:00
Sidney Alcantara
254ca18e2b move ColumnEditor state to context 2020-02-20 18:22:10 +11:00
Sidney Alcantara
6502fdcacb update ColumnHeader, row actions styling 2020-02-20 17:28:51 +11:00
Sidney Alcantara
ef1d005957 Merge branch 'develop' into react-data-grid-canary
* develop:
  4 stars max
  add freeText support for Single, MultiSelect
  DocSelect: hide delete when config.isLocked
  Revert "prevent DocSelect editing when column is locked"
  Revert "fix DocSelect stuck not editable"
  fix DocSelect stuck not editable
  prevent DocSelect editing when column is locked
  fix document path not wrapping
  fix SideDrawer Slider not full width
  wrap custom cells with ErrorBoundary
  fix number field receiving NaN
  fix useUploader crashing
2020-02-20 14:44:40 +11:00
Shams mosowi
82b8fd59f2 Merge branch 'develop' of https://github.com/AntlerVC/firetable into develop 2020-02-20 13:56:17 +11:00
Shams mosowi
cddda59c01 4 stars max 2020-02-20 13:56:10 +11:00
Sidney Alcantara
b4f30e8844 add freeText support for Single, MultiSelect 2020-02-20 13:16:23 +11:00
Sidney Alcantara
36027756b4 DocSelect: hide delete when config.isLocked 2020-02-20 12:56:59 +11:00
Sidney Alcantara
cd13b2e409 Revert "prevent DocSelect editing when column is locked"
This reverts commit 801ba961fd.
2020-02-20 12:55:52 +11:00
Sidney Alcantara
46bd5815a9 Revert "fix DocSelect stuck not editable"
This reverts commit a1165e7f4a.
2020-02-20 12:55:47 +11:00
Sidney Alcantara
a1165e7f4a fix DocSelect stuck not editable 2020-02-20 12:49:24 +11:00
Sidney Alcantara
801ba961fd prevent DocSelect editing when column is locked 2020-02-20 12:47:53 +11:00
Sidney Alcantara
857503bd24 fix document path not wrapping 2020-02-20 12:22:02 +11:00
Sidney Alcantara
747880e311 fix SideDrawer Slider not full width 2020-02-20 12:21:12 +11:00
Sidney Alcantara
19dceeebf7 wrap custom cells with ErrorBoundary 2020-02-20 12:17:49 +11:00
Sidney Alcantara
56326948d6 fix number field receiving NaN 2020-02-20 11:50:17 +11:00
Sidney Alcantara
c0d1d3d180 fix useUploader crashing 2020-02-20 11:36:02 +11:00
Sidney Alcantara
3430ed4e96 fix selected cell 2020-02-19 18:11:01 +11:00
Sidney Alcantara
ebf10f6dcd Merge branch 'develop' into react-data-grid-canary
* develop: (40 commits)
  add document path to sidedrawer
  SideDrawer: scroll to selected field
  remove EditorModal, add JSON to SideDrawer
  fix RichText cell wrapping
  wrap LongText field contents
  fix: adding new row
  disable clickable breadcrumbs
  SideDrawer: fix RichText overflow menu staying visible
  fix RichText not updating value in SideDrawer
  sorting fixed
  cleanup, update snackbar usage
  rows buffer
  add 20 buffer rows
  update regex for cohort2region
  fixed merge
  New Navigation
  SideDrawer: add up/down nav
  fix FileUploader causing crash, add ErrorBoundary to SideDrawer
  add FileUploader
  Checkbox: add ripple
  ...
2020-02-19 18:00:37 +11:00
Sidney Alcantara
6e69929bbb update yarn.lock 2020-02-19 17:15:29 +11:00
Sidney Alcantara
80ce3f92d2 add document path to sidedrawer 2020-02-19 17:03:18 +11:00
Sidney Alcantara
58efabdbb1 SideDrawer: scroll to selected field 2020-02-19 16:38:52 +11:00
Sidney Alcantara
e2b57d72ea remove EditorModal, add JSON to SideDrawer 2020-02-19 16:25:46 +11:00
Sidney Alcantara
f7572ed747 fix RichText cell wrapping 2020-02-19 15:37:53 +11:00
Sidney Alcantara
5e239ebee7 Merge branch 'develop' of https://github.com/AntlerVC/firetable into develop 2020-02-19 15:28:57 +11:00
Sidney Alcantara
b7d45b2600 wrap LongText field contents 2020-02-19 15:26:45 +11:00
Shams mosowi
67a1748258 fix: adding new row 2020-02-19 14:41:13 +11:00
Shams mosowi
bf59ec6f7e Merge branch 'develop' of https://github.com/AntlerVC/firetable into develop 2020-02-19 13:55:09 +11:00
Shams mosowi
048dd04418 disable clickable breadcrumbs 2020-02-19 13:55:02 +11:00
Sidney Alcantara
af1f21f3d6 SideDrawer: fix RichText overflow menu staying visible 2020-02-19 13:30:46 +11:00
Sidney Alcantara
b96c083eca fix RichText not updating value in SideDrawer 2020-02-19 13:30:30 +11:00
Shams mosowi
ca12d4fdb0 sorting fixed 2020-02-19 13:28:17 +11:00