73ed7efbe6
useTable: Fixes memoizing of headerGroups ( #1920 )
...
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com >
2020-02-21 07:04:41 -07:00
7498059e98
useRowSelect: remove redundant checks ( #1918 )
...
* useRowSelect: remove redundant checks
* Update useRowSelect.js
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com >
2020-02-21 07:03:27 -07:00
Josh Stevens and GitHub
a52a2e1265
Fix code sandbox for kitchen sink ( #1915 )
...
There's an error on this page that says `useGroupBy` must come after `useFilters`
2020-02-21 06:58:41 -07:00
Tanner Linsley
facb216f5c
Merge branch 'master' of https://github.com/react-tools/react-table
2020-02-15 20:03:38 -07:00
size-plugin[bot] and GitHub
b1a31b8176
📬 🇦🇩 update sizes-es.json 👍
2020-02-16 03:03:02 +00:00
size-plugin[bot] and GitHub
5949932e77
🤾🏽 🚴🏿♂️ update sizes-cjs.json 👍
2020-02-16 03:03:01 +00:00
Tanner Linsley
f330b795dc
v7.0.0-rc.16
v7.0.0-rc.16
2020-02-15 20:02:57 -07:00
Tanner Linsley
07625844fd
Update CHANGELOG.md
2020-02-15 20:02:17 -07:00
Tanner Linsley
6c2df78b20
Merge branch 'master' of https://github.com/react-tools/react-table
2020-02-15 20:01:20 -07:00
Tanner Linsley
917cfcc910
Better plugin order api
2020-02-15 20:00:42 -07:00
Tanner Linsley
b161d6d47b
Update App.js
2020-02-15 12:53:00 -07:00
size-plugin[bot] and GitHub
a3c0d22dd6
🕋 🇦🇸 update sizes-es.json 👍
2020-02-15 19:46:41 +00:00
size-plugin[bot] and GitHub
da82358d14
📥 🐧 update sizes-cjs.json 👍
2020-02-15 19:46:40 +00:00
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 and GitHub
53f379f789
improves setAllFilters documentation ( #1908 )
2020-02-14 17:33:59 -07:00
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
size-plugin[bot] and GitHub
164b3d6b7e
🇧🇦 🧚♂️ update sizes-es.json 👍
2020-02-14 20:18:44 +00:00
size-plugin[bot] and GitHub
2f14310808
🤺 🗽 update sizes-cjs.json 👍
2020-02-14 20:18:43 +00:00
gargroh and GitHub
32ca5a240b
Add Column data in autoRemove of Filters ( #1906 )
...
* Update utils.js
* Update useFilters.js
2020-02-14 13:15:38 -07:00
98b3161b2d
Add option to allow toggleRowSelect to not select subRows ( #1879 )
...
* Add option to allow toggleRowSelect to not select subRows
Iif you are using manualGrouping, it's convenient to be able
to select the group without selecting all of the children.
This adds an instance option `selectChildRows`, which defaults to true,
that can be set to false to allow selection of the group without it
selecting all of the children.
* fix lint error
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com >
2020-02-14 13:14:10 -07:00
size-plugin[bot] and GitHub
4f8f7cd118
🟧 🍵 update sizes-es.json 👍
2020-02-14 20:14:02 +00:00
size-plugin[bot] and GitHub
074211003a
👨🏻🎨 🧹 update sizes-cjs.json 👍
2020-02-14 20:14:00 +00:00
1eb492694a
wrap instance dispatchers in useCallback ( #1874 )
...
addresses https://github.com/tannerlinsley/react-table/issues/1808
Several of the instance methods added by plugins wrap their state update
functions in useCallback, the ones that didn't do this can lead to problems
where when they are used in a component, for instance in a hook, their
required presence in the dependency array causes an infinite loop as
executing the function triggers an instance update and a new function
generation. This PR addresses this.
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com >
2020-02-14 13:07:56 -07:00
size-plugin[bot] and GitHub
5ab8842ccf
💦 🤴🏽 update sizes-es.json 👍
2020-02-14 20:07:33 +00:00
size-plugin[bot] and GitHub
6b11d48b43
🚷 🧘🏼 update sizes-cjs.json 👍
2020-02-14 20:07:31 +00:00
Tanner Linsley
14ff3ef6c5
Merge branch 'master' of https://github.com/react-tools/react-table
2020-02-14 13:03:25 -07:00
Tanner Linsley
fce2ebe763
Update useGlobalFilter.js
2020-02-14 13:03:11 -07:00
size-plugin[bot] and GitHub
475c0a0637
🏼 👩🏻⚕️ update sizes-es.json 👍
2020-02-14 20:01:09 +00:00
size-plugin[bot] and GitHub
af58d06a1e
🕤 🤷♂️ update sizes-cjs.json 👍
2020-02-14 20:01:08 +00:00
gargroh and GitHub
42ad10a7d8
correct column sort fn ( #1866 )
2020-02-14 13:00:42 -07:00
812b416367
fix: fix spelling of manualGroupBy parameter ( #1860 )
...
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com >
2020-02-14 12:57:05 -07:00
Ovieh Mosley and GitHub
c984796190
Update App.js ( #1858 )
...
Fixed typo.
2020-02-14 12:55:42 -07:00
gargroh and GitHub
05d946ecfb
Following columnId instaed of columnID ( #1848 )
2020-02-14 12:15:30 -07:00
size-plugin[bot] and GitHub
49bdf95205
👩🏾💻 👌🏻 update sizes-es.json 👍
2020-02-14 19:14:18 +00:00
size-plugin[bot] and GitHub
677dcdc250
🏢 🔕 update sizes-cjs.json 👍
2020-02-14 19:14:17 +00:00
Tanner Linsley
7dc9b85165
Polish merge conflicts and changelog updates
2020-02-14 12:12:24 -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
e62fc0c535
Update .huskyrc.js
2020-02-14 11:26:48 -07:00
Tanner Linsley
b989a8fa76
Changed: Tests, aggregation, hooks, columnVisibility, docs
2020-02-14 11:23:05 -07:00
Tanner Linsley and GitHub
b1b71103c4
Update README.md
2020-02-01 11:25:11 -07:00
Tanner Linsley and GitHub
8f5fc11905
Update README.md
2020-01-29 12:11:49 -07:00
Tanner Linsley and GitHub
29c7cb3483
Update README.md
2020-01-29 12:09:34 -07:00
Tanner Linsley and GitHub
dd3b50cc17
Update README.md
2020-01-29 12:07:14 -07:00
Tanner Linsley and GitHub
2eb5fa9c1b
Update README.md
2020-01-29 12:04:14 -07:00
Tanner Linsley and GitHub
6db990250e
Update README.md
2020-01-29 12:03:48 -07:00
Lukas Bünger and Tanner Linsley
5f9950339b
docs: link to the original blog post instead of medium ( #1844 )
2020-01-10 13:01:59 -07:00
size-plugin[bot] and GitHub
5486293677
⛺ ️ ⛷🏻 update sizes-es.json 👍
2020-01-10 19:58:16 +00:00
size-plugin[bot] and GitHub
703f83e6f4
💇🏿 🖍️ update sizes-cjs.json 👍
2020-01-10 19:58:15 +00:00
gargroh and Tanner Linsley
140ca06086
Doc for https://github.com/tannerlinsley/react-table/pull/1615 ( #1843 )
2020-01-10 12:56:41 -07:00