Skip to content

Commit 9baf3c2

Browse files
asashourtannerlinsley
authored andcommitted
Fix broken link in useTable.md (TanStack#1809)
1 parent 7db50b0 commit 9baf3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/useTable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following options are supported via the main options object passed to `useTa
3535
- If you need to control part of the table state, this is the place to do it.
3636
- 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.
3737
- You can use hooks inside of this function, but most of the time, we just suggest using `React.useMemo` to memoize your state overrides.
38-
- 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.
38+
- 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.
3939
- `defaultColumn: Object`
4040
- Optional
4141
- Defaults to `{}`

0 commit comments

Comments
 (0)