CDatataable multi-column sorting #274
HechmiNada
started this conversation in
General
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm on CoreUI for Vue.js and I'm using the CDatatable component and wanted to do multi-column sorting (i.e. order by a specific column and then a secondary column if the data in the first column is identical)
For example: when I click on column index 0, the data will be sorted by column index 0, and then sub-sorted by column index 1
How can i do it ?
Beta Was this translation helpful? Give feedback.
All reactions