Commit Graph

738 Commits

Author SHA1 Message Date
tannerlinsley
54b4f8a5d1 v7.0.0-beta.1 v7.0.0-beta.1 2019-09-26 13:22:14 -06:00
tannerlinsley
f552c94972 fix(usepagination): fix unstable callbacks
Closes #1549
2019-09-26 13:21:34 -06:00
tannerlinsley
7e6d719af4 docs(changelog): update changelog 2019-09-13 09:24:24 -06:00
tannerlinsley
da678d0a61 Merge branch 'master' of https://github.com/react-tools/react-table 2019-09-13 09:22:09 -06:00
Tanner Linsley
c3fe4c7fd8 Update README.md 2019-09-13 09:22:03 -06:00
tannerlinsley
45036054cb v7.0.0-beta.0 v7.0.0-beta.0 2019-09-13 09:09:44 -06:00
tannerlinsley
8d3a97c9a2 v7.0.0-alpha.36 v7.0.0-alpha.36 2019-09-13 07:35:15 -06:00
tannerlinsley
fb0eb3646a Merge branch 'master' of https://github.com/react-tools/react-table 2019-09-13 07:34:22 -06:00
tannerlinsley
dfad9151c3 fix(expandedrows): fix in-page row expansion for paginateExpandedRows 2019-09-13 07:33:53 -06:00
Michael Stramel
c618542f6e Don't publish types (#1515) 2019-09-12 21:29:15 -06:00
Michael Stramel
670a92734e Add typings (#1511) 2019-09-12 09:39:53 -06:00
Andrey Nikonov
c91130075b Fix typo (#1513) 2019-09-12 08:56:16 -06:00
Andrey Nikonov
c4a8eb147c Fix typo (#1512) 2019-09-12 08:56:04 -06:00
Tanner Linsley
388cb85f0a Update README.md 2019-09-10 13:17:12 -06:00
Codar
aea76facf1 isAllRowsSelected can only be true if there are rows. (#1504) 2019-09-09 08:49:40 -06:00
tannerlinsley
f829cd0222 v7.0.0-alpha.35 v7.0.0-alpha.35 2019-09-09 08:25:09 -06:00
tannerlinsley
0a03ea3a75 fix: better flexRender utility (supports JSX elements now) 2019-09-09 08:24:08 -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
Eddie Hong
15778fe467 Fix typo in installation.md (#1498) 2019-09-06 10:59:47 -06:00
tannerlinsley
ca23da0342 v7.0.0-alpha.34 v7.0.0-alpha.34 2019-09-05 11:08:12 -06:00
tannerlinsley
072967b771 fix: fix defaultColumn.sortType, fix useGroupBy plugin order warning 2019-09-05 11:07:25 -06:00
tannerlinsley
da9e94091f chore: removed unused example 2019-09-03 07:15:19 -06:00
Tanner Linsley
a98ec48b20 Update README.md 2019-09-03 07:01:58 -06:00
Tanner Linsley
1e2ca74f96 Update README.md 2019-09-03 06:59:15 -06:00
Tanner Linsley
aaa9459389 Update api.md 2019-09-03 06:33:07 -06:00
Tanner Linsley
7884f33486 Update README.md 2019-09-02 21:37:31 -06:00
Brian Qian
6193a33c89 Changed docs to include sortType options for useSortBy (#1489)
* Update api.md

* Update README.md
2019-09-02 19:32:35 -06:00
tannerlinsley
0e54ef0005 v7.0.0-alpha.33 v7.0.0-alpha.33 2019-08-29 09:27:31 -06:00
tannerlinsley
b10446b8c4 fix: useExpanded uses flat array for state
useExpanded now uses a flat array of row path keys for tracking expanded state instead of nested
objects. This is both easier to use as a developer, but also enables expanding all rows or even
leaving nested rows in an expanded state, despite their parent rows' expanded state.

BREAKING CHANGE: See description
2019-08-29 09:14:11 -06:00
tannerlinsley
51165d92f6 v7.0.0-alpha.32 v7.0.0-alpha.32 2019-08-28 10:51:51 -06:00
tannerlinsley
bb8b10ca64 Merge branch 'master' of https://github.com/react-tools/react-table 2019-08-28 10:51:10 -06:00
gargroh
8742ce39c2 [useSort] Provide API to clear sorting at column level (#1476)
* [useSort] Provide API to clear sorting at column level

* updated docs
2019-08-28 10:51:04 -06:00
tannerlinsley
0486c5c787 fix: fix column-ordering example 2019-08-28 10:50:33 -06:00
dependabot[bot]
f4b165d378 chore(deps): bump eslint-utils from 1.4.0 to 1.4.2 (#1477)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 08:51:10 -06:00
tannerlinsley
e7722b1d95 Merge branch 'master' of https://github.com/react-tools/react-table 2019-08-27 10:08:53 -06:00
tannerlinsley
25cdefb2a1 fix: clean up examples 2019-08-27 10:08:13 -06:00
Tanner Linsley
4e3d1dd10a Update README.md 2019-08-27 10:04:37 -06:00
Tanner Linsley
f6a1203403 Update README.md 2019-08-27 10:04:22 -06:00
Tanner Linsley
a810556e57 Update README.md 2019-08-27 10:03:39 -06:00
tannerlinsley
8bb85b99c3 v7.0.0-alpha.31 v7.0.0-alpha.31 2019-08-27 10:00:39 -06:00
tannerlinsley
b0d6169848 feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
tannerlinsley
9b7264fad4 fix: update package.json 2019-08-27 07:13:11 -06:00
tannerlinsley
abe723a87d fix: fix header group and header placeholder IDs 2019-08-27 07:11:01 -06:00
tannerlinsley
8776d78edb v7.0.0-alpha.29 v7.0.0-alpha.29 2019-08-26 09:38:53 -06:00
tannerlinsley
f0293f5511 fix: getRowID instead of getRowPathID 2019-08-26 09:38:14 -06:00
tannerlinsley
16c5512c4f v7.0.0-alpha.28 v7.0.0-alpha.28 2019-08-26 09:27:52 -06:00
tannerlinsley
3b42c72e7c fix: better naming, fix header regen, getSubRows, getRowPathID 2019-08-26 09:27:07 -06:00
tannerlinsley
f40b8f5ca2 v7.0.0-alpha.27 v7.0.0-alpha.27 2019-08-23 09:25:33 -06:00
tannerlinsley
b61a8ed040 Merge branch 'master' of https://github.com/react-tools/react-table 2019-08-23 09:25:00 -06:00
tannerlinsley
4665006109 fix(use-row-select): fix selection issue casued by wrong startsWith key 2019-08-23 09:24:36 -06:00