File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The following options are supported via the main options object passed to `useTa
35
35
- If you need to control part of the table state, this is the place to do it.
36
36
- 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.
37
37
- 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.
39
39
- ` defaultColumn: Object `
40
40
- Optional
41
41
- Defaults to ` {} `
You can’t perform that action at this time.
0 commit comments