Replies: 1 comment
-
It has, check https://github.com/tannerlinsley/react-table/blob/master/src/plugin-hooks/useResizeColumns.js#L249 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
seems like other hooks has those options
autoResetPage: !skipPageResetRef.current,
autoResetExpanded: !skipPageResetRef.current,
autoResetGroupBy: !skipPageResetRef.current,
autoResetSelectedRows: !skipPageResetRef.current,
autoResetSortBy: !skipPageResetRef.current,
autoResetFilters: !skipPageResetRef.current,
autoResetRowState: !skipPageResetRef.current,
is there any reason why resizedColumns doesn't have such auto Reset option?
what is the implementation logic then? seems like it never auto resets.
Beta Was this translation helpful? Give feedback.
All reactions