Fixed link in Table Options section (#1950)

This commit is contained in:
R
2020-03-06 23:41:58 +01:00
committed by GitHub
parent 4a483214ff
commit 63754a58dd

View File

@@ -34,7 +34,7 @@ The following options are supported via the main options object passed to `useTa
- `manualFilters` is `false` and `state.filters` is changed
- `manualGroupBy` is `false` and `state.groupBy` is changed
- To disable, set to `false`
- For more information see the FAQ ["How do I stop my table state from automatically resetting when my data changes?"](./faq#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes)
- For more information see the FAQ ["How do I stop my table state from automatically resetting when my data changes?"](../faq.md#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes)
- `paginateExpandedRows: Bool`
- Optional
- Only applies when using the `useExpanded` plugin hook simultaneously