A new sort approach #109
ShahriarKh
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I feel like in most situations I would want to force the user to be sorting by at least 1 column. On the other hand, if there is a need for it then more configuration flexibility is usually a good thing so shrug. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I tweaked the sorting example and made it so that the users can disable the sorting by clicking on the header. So, instead of
asc -> desc
, it will be likeasc -> desc -> no sort
.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions