Replies: 1 comment 1 reply
-
I like the idea of this convenience with a DataTable, but I'm not sure how it might work for sorting that is more complex (see #3090). |
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.
-
As a user, I often want to be able to click a column header to sort it. For subsequent clicks, I want the sort order to be reversed. It would be great to not have to manage the order for each column myself, and instead have this be managed internally by the
DataTable
. Being able to know what the current "sort state" is for aDataTable
would be very helpful.Beta Was this translation helpful? Give feedback.
All reactions