react-table/docs
Tanner Linsley ddfa0fa227 Death of the path, fix some hooks, fix selectedRows
- Fixed an issue where dependency hooks were not being reduced properly, thus the table would rerender unnecessarily
- Renamed `toggleRowSelectedAll` to `toggleAllRowsSelected`. Duh...
- Added an `indeterminate` boolean prop to the default props for row selection toggle prop getters
- Renamed `selectedRowPaths` to `selectedRowIds`, which also no longer contains paths, but row IDs
- Grouped or nested row selection actions and state are now derived, instead of tracked in state.
- Rows now have a new property called `id`, which existed before and was derived from the `getRowId` option
- Rows now also have an `isSomeSelected` prop when using the `useRowSelect` hook, which denotes that at least one subRow is selected (if applicable)
- Rows' `path` property has been deprecated in favor of `id`
- Expanded state is now tracked with row IDs instead of paths
- RowState is now tracked with row IDs instead of paths
- `toggleExpandedByPath` has been renamed to `toggleExpandedById`, and thus accepts a row ID now, instead of a row path
2019-12-10 23:04:34 -07:00
..
api Death of the path, fix some hooks, fix selectedRows 2019-12-10 23:04:34 -07:00
concepts.md Update API doc links 2019-12-05 23:14:23 -05:00
examples.md Add Footer Support 2019-12-05 23:11:50 -05:00
faq.md Update faq.md 2019-12-06 16:36:17 -07:00
installation.md Update installation.md 2019-12-04 22:54:31 -05:00
README.md docs(docs): improve docs 2019-08-15 15:32:03 -06:00

To get started with React Table, click here, or select a specific document from this directory.