diff --git a/docs/src/pages/docs/api/useTable.md b/docs/src/pages/docs/api/useTable.md index f0fab2482f..fc20d0ce87 100644 --- a/docs/src/pages/docs/api/useTable.md +++ b/docs/src/pages/docs/api/useTable.md @@ -41,7 +41,7 @@ The following options are supported via the main options object passed to `useTa - If you need to control part of the table state, this is the place to do it. - This function is run on every single render, just like a hook and allows you to alter the final state of the table if necessary. - You can use hooks inside of this function, but most of the time, we just suggest using `React.useMemo` to memoize your state overrides. - - See the FAQ ["How can I manually control the table state?"](../faq#how-can-i-manually-control-the-table-state) for a an example. + - See the FAQ ["How can I manually control the table state?"](../faq.md#how-can-i-manually-control-the-table-state) for a an example. - `defaultColumn: Object` - Optional - Defaults to `{}`