tannerlinsley
|
f552c94972
|
fix(usepagination): fix unstable callbacks
Closes #1549
|
2019-09-26 13:21:34 -06:00 |
|
tannerlinsley
|
dfad9151c3
|
fix(expandedrows): fix in-page row expansion for paginateExpandedRows
|
2019-09-13 07:33:53 -06:00 |
|
tannerlinsley
|
0aa55dac08
|
fix: fixed disablePageResetOnDataChangeRef dependencies
disablePageResetOnDataChangeRef will no longer trigger page resets when changed
|
2019-09-09 08:21:15 -06:00 |
|
tannerlinsley
|
b0d6169848
|
feat: added useColumnOrder + examples
|
2019-08-27 09:59:52 -06:00 |
|
tannerlinsley
|
f59efde6fe
|
fix: fix path getters, better plugin hook integration, renaming things
|
2019-08-19 16:38:42 -06:00 |
|
tannerlinsley
|
40884e9a44
|
style: lock prettier version, fix sorting example
|
2019-08-16 07:20:52 -06:00 |
|
tannerlinsley
|
d50ec588bc
|
fix(use-pagination): fixed use pagination pageIndex bug
Use pagination will no longer synchronously reset the pageIndex to 0 on mount
|
2019-08-15 09:55:22 -06:00 |
|
 Maximilian BrandauandTanner Linsley
|
bcd0da7379
|
fix: update colSpan (#1447)
Only count visible columns for determining the colSpan
fix #1446
|
2019-08-15 08:57:22 -06:00 |
|
tannerlinsley
|
a667b7cb13
|
fix(use-pagination): better controlled/manual use-pagination
|
2019-08-06 22:32:17 -06:00 |
|
tannerlinsley
|
8508a6567d
|
feat(multiple): useRowState, fix useRowSelect/useSortBy/usePagination
|
2019-08-06 19:57:48 -06:00 |
|
tannerlinsley
|
037c32345f
|
feat(use-row-select): added useRowSelect plugin hook + related
|
2019-08-03 14:20:08 -06:00 |
|
tannerlinsley
|
512790bc1c
|
fix(multiple): sub-components example, minor refactors
Fixes #1423
|
2019-08-02 07:42:42 -06:00 |
|
tannerlinsley
|
a7a95b2ce6
|
fix(usepagination): pageOptions calculate correctly, added pagination ex
|
2019-07-30 11:41:11 -06:00 |
|
tannerlinsley
|
b2abd82350
|
Use useEffect in dev, not layoutEffect
|
2019-07-25 13:39:10 -06:00 |
|
tannerlinsley
|
c7d6562d04
|
Change actions and addActions to be simpler to use
|
2019-07-23 12:30:15 -06:00 |
|
tannerlinsley
|
fd64486286
|
Fix usePagination to work during SSR
|
2019-07-23 10:55:49 -06:00 |
|
tannerlinsley
|
5043af5071
|
Move useColumns and useRows into useTable (but allow overrides)
|
2019-07-23 10:22:46 -06:00 |
|