Table auto sorting when row value changes #5787
Unanswered
GSousaGabriel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current behavior of the table when you change a row value in it is to sort that value accordingly to how the column is sorted, so if I'm ordering from "true" to "false" and change the last "false" value, it gets rearranged to the top to follow the ordering behavior. What I want is to prevent that and only reorder the table when I click in the column itself. Is it currently possible to do?
Beta Was this translation helpful? Give feedback.
All reactions