Change table sorting behavior default #1253
Labels
Documentation
Related to Nunaliit documentation or wiki
Enhancement
Desired improvement to design or implementation that adds value.
JavaScript
Nunaliit JavaScript related
Milestone
Introduce new sorting for tables that is:
1st column click -> assign primary sort
1st column clicks on columns not yet clicked -> assign secondary, tertiary, etc
2nd column click on already sorted column -> reverse sorting from ascending to descending on that column
3rd column click on already sorted column -> remove the sorting on that column
This new behavior should be added as the default behavior with a configuration option for the current sorting behavior.
The text was updated successfully, but these errors were encountered: