Replies: 2 comments 7 replies
-
Hey, @mr-bjerre! I guess your use case can be handled by using |
Beta Was this translation helpful? Give feedback.
5 replies
-
I like this idea and would use something like |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
AFAIK it's not possible to know what the sorting order will be on next click. It is being determined by
from here.
Use case
Show sorting order on hover, e.g. see this example
Current solution
Currently I simply mimick the above to determine the initial sort order for each column - it just feels a bit like hacking into the internals
Beta Was this translation helpful? Give feedback.
All reactions