dependabot[bot]
0db7980add
Bump acorn from 5.7.3 to 5.7.4 in /examples/row-selection ( #2019 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-18 15:45:37 -06:00
mackie
2c39bd89e2
Update autoReset FAQ docs example ( #2015 )
...
This change updates the example to replace an undeclared variable with the usage of `skipPageResetRef`.
2020-03-18 15:45:25 -06:00
dependabot[bot]
61e65e84d3
Bump acorn from 5.7.3 to 5.7.4 in /examples/grouping ( #2002 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-18 15:38:13 -06:00
alauzon
e935d349e7
Fixed includes filter ( #2001 )
...
The includes was buggy and was looking the opposite way around.
2020-03-18 15:37:59 -06:00
dependabot[bot]
60d8244f58
Bump acorn from 5.7.3 to 5.7.4 ( #1997 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-18 15:37:28 -06:00
Stuart Casarotto
e5c2d6ba84
Fixed Example links for Controlled Pagination. ( #1987 )
2020-03-18 15:37:15 -06:00
Roman Komarov
689db0755f
Fix combining the new visible columns with all ( #1977 )
2020-03-18 15:36:58 -06:00
Seyyed Morteza Moosavi
5e875aa6e2
fix github discussions link ( #2000 )
2020-03-14 12:44:06 -06:00
Tanner Linsley
73627b8dcb
Update README.md
2020-03-11 15:25:45 -06:00
Tanner Linsley
813d152b0a
Update README.md
2020-03-11 15:17:15 -06:00
Tanner Linsley
64b64f7a60
Update README.md
2020-03-11 09:01:09 -06:00
Tanner Linsley
581c174301
Update issue templates
2020-03-10 16:18:23 -06:00
Tanner Linsley
2deb526378
Update docs
2020-03-10 16:17:43 -06:00
Tanner Linsley
aad37b84e5
Update README.md
2020-03-10 16:14:51 -06:00
Tanner Linsley
5dfb08c615
Update README.md
2020-03-10 14:52:31 -06:00
Tanner Linsley
5dd628144c
v7.0.0
2020-03-10 13:28:30 -06:00
Tanner Linsley
0d0ce01544
Update README.md
2020-03-10 13:24:50 -06:00
Tanner Linsley
afa21b0ad4
Update tests.yml
2020-03-10 13:21:51 -06:00
Tanner Linsley
f42300d9e2
Update README.md
2020-03-10 13:21:17 -06:00
Tanner Linsley
920420e330
Workflows, not travis
2020-03-10 13:20:53 -06:00
Tanner Linsley
6482869e8a
Fix possible empty page options
2020-03-10 12:05:13 -06:00
Tanner Linsley
42b41d1260
Fix #1944
...
Fix #1944
2020-03-09 10:43:59 -06:00
Tanner Linsley
3aa016e056
Move default sortBy and orderBy to plugin files
2020-03-09 07:58:42 -06:00
Tanner Linsley
bfcc08e7eb
Changing filters resets pagination
2020-03-09 06:54:14 -06:00
Jason Clark
512f615988
Add disableGlobalFilter prop to allow for columns (and instance) to ignore global filter ( #1963 )
...
* size-snapshot created?
* Added `disableGlobalFilter` prop and associated tests
* Updated documentation
* improvement(useglobalfilter): add `disableGlobalFilter` prop
Adding `disableGlobalFilter` prop to both table and column to allow columns to be excluded from
Global Filter
* test(usefilters.test.js): added base test for disableGlobalFilter
Needed a test to make sure that disableGlobalFilter didn't break anything when applied
* Delete .size-snapshot.json
* Update README.md
Co-authored-by: Jason Clark <jason.clark@tcnbroadcasting.com>
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
2020-03-06 15:49:00 -07:00
R
63754a58dd
Fixed link in Table Options section ( #1950 )
2020-03-06 15:41:58 -07:00
Mario Ribeiro
4a483214ff
Update useRowSelect.md ( #1948 )
...
Missing documentation for `getToggleRowSelectedProps`, used on the [example](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/row-selection ).
The `indeterminate` field is not documented at all, and I wonder what's the difference to the `checked` field.
2020-03-06 15:31:14 -07:00
Giorgio
b2af02407b
Add additional info for accessor docs ( #1943 )
...
Adds additional context on `accessor` field for column options.
### Context
https://github.com/tannerlinsley/react-table/issues/1927
2020-03-06 15:30:43 -07:00
ironicbrew
b9f7bda223
Updated react-dnd package ( #1939 )
...
+ Prevents code sandbox from crashing the dnd example
2020-03-06 15:28:59 -07:00
ta-anders
acdb28df60
fix(usecolumnvisibility): trigger resetHiddenColumns on columns change ( #1938 )
...
fix #1919
2020-03-06 15:28:08 -07:00
Tanner Linsley
34be17b093
Update useRowSelect.js
2020-03-06 15:27:43 -07:00
Mark Jones
544c30b358
Fixes the RowSelect Reducer #1901 ( #1925 )
...
* Fixes the RowSelect Reducer #1901
* Delete .size-snapshot.json
* Delete useFilters.test.js.snap
Co-authored-by: boatcoder@gmail.com <Mark Jones>
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
2020-03-06 15:25:58 -07:00
Michael Chang
343e76ce65
Fix useFlexLayout table min-width ( #1924 )
...
* Fix useFlexLayout table min-width
* Delete .size-snapshot.json
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
2020-03-06 14:57:36 -07:00
Tanner Linsley
23c9ad23fa
Remove commitizen and husky for now
2020-03-06 14:54:55 -07:00
Tanner Linsley
9e1a3bfe99
Update package.json
2020-03-06 14:53:14 -07:00
Tanner Linsley
6d4a733a88
Fix row selection when used with global filter
...
Fixes #1900
Closes #1937
2020-03-06 14:52:29 -07:00
Tanner Linsley
c740a0c7af
Github action for size tracking, better imports and building
2020-03-06 14:19:15 -07:00
Tanner Linsley
48d6fcd60d
Create settings.json
2020-03-06 14:11:25 -07:00
Tanner Linsley
10b84faa29
Update README.md
2020-03-03 14:19:54 -07:00
Tanner Linsley
292bbea1bf
Update README.md
2020-02-28 14:46:36 -07:00
size-plugin[bot]
2a72667ec1
👩🏾 🤝 👩🏼 💁🏼♂️ update sizes-es.json 👍
2020-02-28 21:45:33 +00:00
size-plugin[bot]
c92f3fb855
👨✈️ 🍇 update sizes-cjs.json 👍
2020-02-28 21:45:32 +00:00
Tanner Linsley
fe1c9b4b11
Update README.md
2020-02-28 14:43:58 -07:00
size-plugin[bot]
e28fa775f2
💎 🧙 update sizes-es.json 👍
2020-02-21 14:05:01 +00:00
size-plugin[bot]
d9b2a9dc54
👯 🧠 update sizes-cjs.json 👍
2020-02-21 14:05:00 +00:00
Roman Komarov
73ed7efbe6
useTable: Fixes memoizing of headerGroups ( #1920 )
...
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
2020-02-21 07:04:41 -07:00
Roman Komarov
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
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]
b1a31b8176
📬 🇦🇩 update sizes-es.json 👍
2020-02-16 03:03:02 +00:00