Replies: 1 comment 1 reply
-
Make sense. We could deprecate We're not going to update DataTable in the near future. If you're interested in having this feature ASAP I could assist you in making it. Or you can wait like a few months. |
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
-
Hi guys,
At the moment, it is possible to sort only by one column, but there are cases when we need to sort by several columns at the same time.
Will such an opportunity be implemented in the future?
It seems to me that two separate
props
(sortBy
andsortingOrder
) could be replaced with oneprop
, which would accept an object in which the key would besortBy
, and the key value would besortingOrder
.Something like:
:sort="{ id: 'asc', name: 'desc' }"
What do you think about it?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions