Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Invalid
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces3 trunk rev. 29003
Browser: Firefox12 (may be in other browsers)
Server: Tomcat7
-
Assignee Priority:P2
Description
In showcase app, on the ace:dataTable -> Grouping page:
When loading the page initially, it has sorting enabled for 2 columns (1- Chassis, 2- Accel). These columns are highlighted.
A user can click on another column to sort, and then remove this third sorting by clicking on 'Chassis' or 'Accel', but cannot remove the default sorting by Chassis and by Accel.
When loading the page initially, it has sorting enabled for 2 columns (1- Chassis, 2- Accel). These columns are highlighted.
A user can click on another column to sort, and then remove this third sorting by clicking on 'Chassis' or 'Accel', but cannot remove the default sorting by Chassis and by Accel.
One possible solution would be to adopt a 3-step toggle for when a column is clicked to be sorted within a multi-column sort.
Currently, Ctrl/Command clicking the column will toggle it's sort between asc/dec (2 steps). If we instead toggle between asc/desc/unsorted that would solve this issue.