diff --git a/docs/api/useTable.md b/docs/api/useTable.md index 129b706..4812cff 100644 --- a/docs/api/useTable.md +++ b/docs/api/useTable.md @@ -35,7 +35,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.md#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 `{}`