tannerlinsley
c7d6562d04
Change actions and addActions to be simpler to use
2019-07-23 12:30:15 -06:00
tannerlinsley
e82d2d4b36
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-23 12:22:01 -06:00
tannerlinsley
0716e234a1
Add sortBy example
2019-07-23 12:21:57 -06:00
tannerlinsley
824ee34ba9
Refactor sortBy logic
2019-07-23 12:20:32 -06:00
tannerlinsley
514fbabb88
Fix type action forcing
2019-07-23 12:12:46 -06:00
Maksim Horbachevsky
2ecf40518e
Export utils to create custom hooks ( #1403 )
2019-07-23 12:03:17 -06:00
tannerlinsley
fd64486286
Fix usePagination to work during SSR
2019-07-23 10:55:49 -06:00
tannerlinsley
34909305af
Force action types in state reducer
2019-07-23 10:41:27 -06:00
tannerlinsley
5043af5071
Move useColumns and useRows into useTable (but allow overrides)
2019-07-23 10:22:46 -06:00
tannerlinsley
2ca7f78d72
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-21 15:41:28 -06:00
tannerlinsley
811cd015c2
Update README.md
2019-07-21 15:41:21 -06:00
AresMegaGlobal
9e37846a21
Update README.md ( #1400 )
2019-07-20 07:32:30 -06:00
tannerlinsley
723720c8b1
Update README.md
2019-07-18 15:07:41 -06:00
tannerlinsley
2a20ad3ba4
Update App.js
2019-07-18 15:06:10 -06:00
tannerlinsley
c6d37e4834
Update basic example
2019-07-18 15:03:21 -06:00
tannerlinsley
a1a192052d
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-18 14:56:06 -06:00
tannerlinsley
455e0730bf
Bare bones basic example
2019-07-18 14:56:03 -06:00
Tanner Linsley
1d4867fa2f
Update FUNDING.yml
2019-07-18 13:53:38 -06:00
Tanner Linsley
c3da2a7c41
Update FUNDING.yml
2019-07-18 13:52:48 -06:00
Tanner Linsley
c3a52c5845
Update FUNDING.yml
2019-07-18 13:51:26 -06:00
Tanner Linsley
6dea8103d3
Update FUNDING.yml
2019-07-18 13:51:09 -06:00
Tanner Linsley
3bab8372d1
Update FUNDING.yml
2019-07-18 13:50:29 -06:00
Tanner Linsley
b85f457e62
Update FUNDING.yml
2019-07-18 13:41:35 -06:00
Tanner Linsley
c6871084d6
Create FUNDING.yml
2019-07-18 13:40:43 -06:00
tannerlinsley
8946771563
Update README.md
2019-07-18 12:08:57 -06:00
tannerlinsley
fbc8032d29
Fix disableMultiSort, change from sortByFn to sortTypes
2019-07-18 12:08:55 -06:00
tannerlinsley
6a3bc5559e
Add pageCount to instance via usePagination hook
2019-07-18 12:08:04 -06:00
tannerlinsley
91e28b93bf
Clean up useTokenPagination
2019-07-18 12:07:48 -06:00
tannerlinsley
a6345dbe2b
Add sortTypes
2019-07-18 12:07:39 -06:00
tannerlinsley
0b0de317ee
Clean up useFlexLayout
2019-07-18 12:07:21 -06:00
tannerlinsley
0ed0c78286
Change expandedKey to manualExpandedKey, fix expanded index to use the original row index
2019-07-18 12:06:57 -06:00
tannerlinsley
fad6ac4014
Update README.md
2019-07-17 12:40:54 -06:00
tannerlinsley
8f142b3788
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-17 12:39:40 -06:00
tannerlinsley
daff1f9ca3
Documentation Checkpoint
2019-07-17 12:39:35 -06:00
Domenuch
96900f645a
returned row inside row hook subscription ( #1393 )
2019-07-16 13:22:13 -06:00
tannerlinsley
272a99fcd8
Update README.md
2019-07-15 11:36:30 -06:00
tannerlinsley
07fb9529e4
v7.0.0-alpha.7
2019-07-15 11:29:50 -06:00
Domenuch
b5d399efd6
Fixed grouped column Header that were not adjusting based on hidden child columns ( #1381 )
...
* added assertion to check for show property inside column
* reverted previous change
* added a filter to weed out non-visible columns when calculating the size for grouped Headers
* added another case to the previous filter to factor in blank grouped Headers
2019-07-15 11:28:22 -06:00
Domenuch
14e931548a
added undefined to the unspecific getRowProps fn to retain the param order ( #1392 )
2019-07-15 11:27:13 -06:00
Larry Botha
bc3ea07c3e
Feature/add jest configs ref: #1383 ( #1385 )
...
* add deps for testing
* feat(tests): add jest configs
* uncomment module directories path
2019-07-15 11:25:32 -06:00
tannerlinsley
4a3929cd50
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-15 09:33:04 -06:00
Larry Botha
e2bb09d8b2
Feature/add prettier config, ref #1383 ( #1384 )
...
* add prettier config
* write files with prettier
* install and configure lint-staged and husky - ref 1.2 in #1383
* feat(style): add prettier configs, ref 1.1 & 1.2 in #1383
2019-07-01 21:03:57 -06:00
ggascoigne
18f2dea247
Fix lint errors from react-hooks/exhaustive-deps ( #1371 )
...
They all seemed like reasonable warnings, this squashes them.
2019-07-01 09:43:46 -06:00
ggascoigne
ead3599378
Fix pagination resetting to page zero with manualPagination ( #1369 )
...
* Fix pagination resetting to page zero with manualPagination
To be honest I'm not sure what this useLayoutEffect is there to do.
It has no visible effect if you don't use manualPagination, and if you
do it, simply jumps you back to the first page, defeating the point of
you having control of the pagination.
* Conditionally reset page on data change
Rather disable the whole page reset when filters, groupBy or sortBy
change, just because I wanted to disable the page reset on data change,
make that bit be conditional.
With that in mind, usePagination now accepts a
disablePageResetOnDataChange parameter.
2019-07-01 09:36:42 -06:00
Adrien Denat
addf28a011
Fix useExpanded wrongly flattening subRows ( #1372 )
...
* Fix useExpanded wrongly flattening subRows
* Add new paginateSubRows option defaulting to true
2019-06-21 10:00:59 -06:00
Adrien Denat
e4429b7143
Add support for es module build ( #1374 )
2019-06-21 09:43:05 -06:00
tannerlinsley
4b2d0eb187
v7.0.0-alpha.6
2019-06-20 15:24:02 -06:00
ggascoigne
5369051b05
Provide option to toggle sort like V6 ( #1370 )
...
V7 adds the option to remove a sort option, so it goes from asc -> desc
-> unset, then repeats. V6 just went from asc -> desc then repeated.
Personally I much preferred this, I think that there's a case to be made
that this is the more expected behavior.
I'm not sure if this is really the best way to fix this since it adds
yet another api option and I completely understand that that is less
than desirable, but I also would rather add an option than have to
duplicate the whole useSortBy hook.
2019-06-20 12:50:36 -06:00
Domenuch
58d38b668b
changed applyHook to applyPropHooks inside getRowProps mergeProps fn ( #1367 )
2019-06-20 12:49:04 -06:00
tannerlinsley
9de149cf3c
v7.0.0-alpha.5
2019-06-11 11:41:38 -06:00