Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1, 3.0.RC2
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
Description
Feature Request: Add a way to clear the sort priority that has been set. This will allow the table to be displayed in its default state. This would be similar to the resetFilters() method.
Currently the only way to do this successfully is to get a component binding of the ace:column and set the sort priority to null.
Currently the only way to do this successfully is to get a component binding of the ace:column and set the sort priority to null.
The customer is expecting the table to remember the order its data model at initialization?
Without it, even if they "reset" the sort, the data would remain in the last ordering unless reinitalized.