From 63754a58ddcabfa56d9d27f0e2ac1494426506c7 Mon Sep 17 00:00:00 2001 From: R Date: Fri, 6 Mar 2020 23:41:58 +0100 Subject: [PATCH] Fixed link in Table Options section (#1950) --- docs/api/usePagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/usePagination.md b/docs/api/usePagination.md index 6e5ad6b..a2b87f8 100644 --- a/docs/api/usePagination.md +++ b/docs/api/usePagination.md @@ -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