Tanner Linsley
7eabe4b5cc
Merge branch 'master' of https://github.com/react-tools/react-table
2020-02-15 12:45:00 -07:00
Tanner Linsley
083e81dc81
Normalize API method names and row modesl, add expandAll functionality including prop getter
2020-02-15 12:43:09 -07:00
Ryan-Sandy Lee
53f379f789
improves setAllFilters documentation ( #1908 )
2020-02-14 17:33:59 -07:00
Steve Liang
2bf99aaea0
docs(examples/material-ui-enhanced-table): Add more Material UI table ( #1847 )
...
* docs(examples/material-ui-enhanced-table): add more Material UI table
This enhanced Material UI table demonstrates client side pagination, sorting, global search, add
row, and delete row.
* Update EnhancedTable.js
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
2020-02-14 13:19:55 -07:00
gargroh
42ad10a7d8
correct column sort fn ( #1866 )
2020-02-14 13:00:42 -07:00
gargroh
05d946ecfb
Following columnId instaed of columnID ( #1848 )
2020-02-14 12:15:30 -07:00
Tanner Linsley
21826a93e0
Merge branch 'master' of https://github.com/react-tools/react-table
2020-02-14 11:27:19 -07:00
Tanner Linsley
b989a8fa76
Changed: Tests, aggregation, hooks, columnVisibility, docs
2020-02-14 11:23:05 -07:00
Lukas Bünger
5f9950339b
docs: link to the original blog post instead of medium ( #1844 )
2020-01-10 13:01:59 -07:00
gargroh
140ca06086
Doc for https://github.com/tannerlinsley/react-table/pull/1615 ( #1843 )
2020-01-10 12:56:41 -07:00
Roman Ivaskevych
2a0dc6778d
fix(usepagination resetpage on globalfilter change): pageIndex reset ( #1813 )
...
autoReset pageIndex on globalFilter change
"fix #1812 "
2020-01-08 16:33:25 -07:00
Manuel Beaudru
35d36db4c9
Fixes a typo in the docs ( #1822 )
2020-01-08 16:30:14 -07:00
Hrusikesh Panda
649259ba77
fix bad link ( #1830 )
2020-01-08 16:29:55 -07:00
Manuel Beaudru
017ad2884e
Fix typo in docs - removes a meaningless word ( #1832 )
2020-01-08 16:29:39 -07:00
Ahmed Ashour
9baf3c275b
Fix broken link in useTable.md ( #1809 )
2019-12-25 23:38:04 -07:00
Darío Hereñú
4a93e0f306
Minor contribution on line 58 ( #1802 )
...
* or just a reminder. Please obliterate at your will
2019-12-21 10:43:30 -07:00
Aaron Corley
45e5bed468
misc fixes for useGlobalFilter ( #1795 )
...
* docs(useglobalfilter.md): corrected documentation for setGlobalFilter
* fix(useglobalfilter.js): wrapped setGlobalFilter in useCallback
Wrapped setGlobalFilter in useCallback for identity stability.
2019-12-19 15:21:27 -07:00
Tanner Linsley
aa6d859ce9
Update README.md
2019-12-18 13:31:02 -07:00
Tanner Linsley
d18f1ba4d8
Add global filtering support via useGlobalFilter
2019-12-18 13:22:58 -07:00
Michael Li
80ceeee83f
Update useTable.md ( #1788 )
2019-12-17 20:52:39 -07:00
Tanner Linsley
0df8cc5088
Update useFlexLayout.md
2019-12-17 20:46:03 -07:00
Tanner Linsley
717ea7b211
Update Docs
2019-12-17 20:44:33 -07:00
Tanner Linsley
b48cddb92b
Add back useFlexLayout and full-width-resizable-table example
2019-12-17 20:41:28 -07:00
Tanner Linsley
0575c1b36d
Update examples.md
2019-12-13 00:50:11 -07:00
Tanner Linsley
81dcfd8dec
Merge branch 'master' of https://github.com/react-tools/react-table
2019-12-13 00:25:27 -07:00
Tanner Linsley
9fa1396f26
Mucho updates
2019-12-13 00:22:30 -07:00
Tanner Linsley
ddfa0fa227
Death of the path, fix some hooks, fix selectedRows
...
- Fixed an issue where dependency hooks were not being reduced properly, thus the table would rerender unnecessarily
- Renamed `toggleRowSelectedAll` to `toggleAllRowsSelected`. Duh...
- Added an `indeterminate` boolean prop to the default props for row selection toggle prop getters
- Renamed `selectedRowPaths` to `selectedRowIds`, which also no longer contains paths, but row IDs
- Grouped or nested row selection actions and state are now derived, instead of tracked in state.
- Rows now have a new property called `id`, which existed before and was derived from the `getRowId` option
- Rows now also have an `isSomeSelected` prop when using the `useRowSelect` hook, which denotes that at least one subRow is selected (if applicable)
- Rows' `path` property has been deprecated in favor of `id`
- Expanded state is now tracked with row IDs instead of paths
- RowState is now tracked with row IDs instead of paths
- `toggleExpandedByPath` has been renamed to `toggleExpandedById`, and thus accepts a row ID now, instead of a row path
2019-12-10 23:04:34 -07:00
Bart Nagel
1ac1d99f23
Fix link in documentation ( #1733 )
2019-12-06 21:51:34 -07:00
Tanner Linsley
439ebad063
Update faq.md
2019-12-06 16:36:17 -07:00
Tanner Linsley
67544d33ff
v7.0.0-rc.3
2019-12-06 16:33:41 -07:00
Tanner Linsley
3fa2cdf388
Merge branch 'master' of https://github.com/react-tools/react-table
2019-12-06 16:30:42 -07:00
Tanner Linsley
562a2feaef
v7.0.0-rc.2
2019-12-06 16:30:08 -07:00
Alberico
176986a07a
docs(docs/api/readme.md): fix to useTable link that was giving 404 ( #1726 )
...
In the /docs/api/README.md the useTable link was linking to the file ./usetable.md that doesn't
exist, now it links to ./useTable
2019-12-06 10:25:15 -05:00
ggascoigne
546cb4e076
put useFilters docs in correct file ( #1723 )
2019-12-06 01:18:48 -05:00
Tanner Linsley
438ce81fc5
Update API doc links
2019-12-05 23:14:23 -05:00
Tanner Linsley
a33a008608
Add Footer Support
2019-12-05 23:11:50 -05:00
Tanner Linsley
8ba553871f
Add useColumnVisibility as core hook ( #1700 )
...
* Update utils.js
* Update useTable.js
* Create useColumnVisibility.js
* Update useColumnVisibility.js
* Update useColumnVisibility.js
* Convert to core hook, use new reducerHanndler/actions
* Add useColumnVisibility internal hook
2019-12-05 15:45:25 -05:00
Tanner Linsley
9829927fab
Update installation.md
2019-12-04 22:54:31 -05:00
Tanner Linsley
b687cc01f0
7.0.0-beta.27
2019-12-04 22:46:53 -05:00
onnadi-sa
872cb49242
Change An -> A ( #1693 )
2019-12-03 12:31:03 -07:00
onnadi-sa
945bf18ee0
Fix typo ( #1692 )
2019-12-03 12:04:18 -07:00
Tanner Linsley
92603b6a70
v7.0.0-beta.24
2019-12-03 09:40:53 -07:00
Tanner Linsley
127a7fca87
v7.0.0-beta.20
2019-12-02 01:28:28 -07:00
Tanner Linsley
dac4744727
v7.0.0-beta.19
2019-12-01 00:23:42 -07:00
Tanner Linsley
3187061041
Use effect dependency user call
2019-11-20 12:09:24 -07:00
Tanner Linsley
58028e45fc
Rename disableGrouping, remove propTypes, update Readme
2019-11-20 10:23:52 -07:00
Tanner Linsley
27cd93f4bf
Merge branch 'master' of https://github.com/react-tools/react-table
2019-11-20 09:40:06 -07:00
Tanner Linsley
ed3dd9e6b5
Add "default" sort/filter/groupBy options for non accessors, rename disableGrouping
2019-11-20 09:35:40 -07:00
Bob
1b3730f5cb
docs: drag and drop example using react dnd ( #1627 )
...
* docs: drag and drop example using react dnd
* docs: add row DnD example to examples list
2019-11-20 08:45:20 -07:00
Christian Lehner
81faac54ac
fixed typo. the key is called data instead of rows ( #1632 )
2019-11-20 08:44:30 -07:00