Datatable multisort with optional metaKey, not default for multiple sort selection. #3111
Unanswered
rowanfuchs
asked this question in
PrimeVue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allow multi-sorting in Datatable without requiring the meta key by default. Using a meta key as the default for multi-sorting is considered a UX anti-pattern, as it often necessitates extra explanations to inform users on how to sort by multiple fields.
A issue reported earlier is here:
primefaces/primevue#2716
The code in question would need an extra condition change with an additional property that toggles this functionality.
https://github.com/primefaces/primevue/blob/786f9c65e69c10e7d4df32f467a1bd895a44d926/packages/primevue/src/datatable/DataTable.vue#L562
Beta Was this translation helpful? Give feedback.
All reactions