You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms
I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
The text was updated successfully, but these errors were encountered:
yildirim2189
changed the title
Reset order button is not working
Reset order button is not working (v2)
Aug 7, 2024
I do have the same problem, as the "Reset order" simple has a event handler noop() and I am not sure how to call table.resetColumnOrder(true) which should reset the state of the table.
Adding a console statement below, simply outputs the order state passed: onColumnOrderChange: (updaterOrValue,) => console.log(updaterOrValue),
mantine-react-table version
2.0.0-beta
react & react-dom versions
18.2.0
Describe the bug and the steps to reproduce it
I encountered it locally but it can be repeated on the documentation page. After changing the column order, you can see that the "Reset Order" button does not work
https://v2.mantine-react-table.com/docs/guides/column-ordering-dnd
Minimal, Reproducible Example - (Optional, but Recommended)
https://v2.mantine-react-table.com/docs/guides/column-ordering-dnd
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms
The text was updated successfully, but these errors were encountered: