Replies: 2 comments 4 replies
-
you can call |
Beta Was this translation helpful? Give feedback.
3 replies
-
setSortBy cam help you with multiple columns at once.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
im seeing resetResizing option to be able to reset the resizing by, for example, a user click. (official example: https://react-table.tanstack.com/docs/examples/column-resizing)
but for the useSortBy hook, im only seeing this option: autoResetSortBy: Boolean which the sortBy state will automatically reset if data is changed.
i am trying to see if its doable for me to have a button just say reset sort, and it just automatically reset to initial state if user clicks it (no data is changed)
Beta Was this translation helpful? Give feedback.
All reactions