Sidney Alcantara
ee0f6184a3
implement ConnectTable in side drawer
2020-02-25 16:28:54 +11:00
Sidney Alcantara
e41cc7d8b9
add ConectTableSelect, ConnectTable formatter
2020-02-25 16:03:27 +11:00
Sidney Alcantara
50cd8a67e7
Action: stop loading on error
2020-02-25 12:30:27 +11:00
Sidney Alcantara
da29ccc426
SideDrawerEditor: allow interacting with cell
2020-02-25 12:29:17 +11:00
Sidney Alcantara
a0606aaf26
change row heights
2020-02-25 12:28:31 +11:00
Sidney Alcantara
2261ce3886
remove grid-fns, clean up Table code
2020-02-25 12:28:22 +11:00
Sidney Alcantara
081a360662
Action: add loading state
2020-02-25 12:25:49 +11:00
Sidney Alcantara
c971780ffb
clean up + update dependencies
2020-02-25 11:21:34 +11:00
Shams mosowi
34208955fa
Merge branch 'develop' of https://github.com/AntlerVC/firetable into develop
2020-02-25 07:00:05 +08:00
Sidney Alcantara
4f31b33df1
add basic ConnectTable cell formatter
2020-02-24 19:39:55 +11:00
Sidney Alcantara
cafd093a26
implement in-cell MultiSelect
2020-02-24 19:18:02 +11:00
Sidney Alcantara
4a2eff5c3f
Action, Checkbox cell styling
2020-02-24 18:01:14 +11:00
Sidney Alcantara
05bd03a046
in-cell button style changes
2020-02-24 17:46:50 +11:00
Sidney Alcantara
9ae2a31bec
Add SubTable cell
2020-02-24 17:22:32 +11:00
Sidney Alcantara
ce217f58b3
implement Action cell
2020-02-24 16:35:22 +11:00
Sidney Alcantara
167b0c2f52
add File, Image fields
2020-02-24 15:58:42 +11:00
Sidney Alcantara
a6fd261c3f
implement TextEditor, onRowsUpdate
2020-02-24 14:33:36 +11:00
Sidney Alcantara
b1c123a4d7
add Checkbox, Rating fields
2020-02-24 12:50:52 +11:00
Sidney Alcantara
a9dc4c5569
more seamless cell selection experience (omg)
2020-02-24 12:40:37 +11:00
Sidney Alcantara
7ed58869ed
add Color cell, fix Date double-click action
2020-02-24 12:05:51 +11:00
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
Shams mosowi
9996cecbbb
dissovle teams callable
2020-02-22 19:06:00 +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
AntlerEngineering
8568ee34e7
Merge pull request #86 from AntlerVC/develop
...
fix Number cell crashing big tables
2020-02-21 11:24:36 +11:00
Sidney Alcantara
f58a71a480
fix Number cell crashing big tables
2020-02-21 11:20:01 +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
Shams mosowi
6c58ea3924
update collection sync
2020-02-21 09:27:34 +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
AntlerEngineering
fc3b841a93
Merge pull request #85 from AntlerVC/develop
...
Bug fix thursday #1
2020-02-20 13:57:39 +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