Fix FAQ path in useFilters.md (#2067)

Path just needed to back up ./ to ../
This commit is contained in:
Jeff Emery 2020-03-29 11:12:41 -06:00 committed by GitHub
parent d51aac11f3
commit 354d9bed14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ The following options are supported via the main options object passed to `useTa
- When `true`, the `filters` state will automatically reset if any of the following conditions are met:
- `data` 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#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes)
### Column Options