Fix broken link in useTable.md (#1809)

This commit is contained in:
Ahmed Ashour
2019-12-25 23:38:04 -07:00
committed by Tanner Linsley
parent 7db50b0f21
commit 9baf3c275b
+1 -1
View File
@@ -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 `{}`