Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.6-core
-
None
-
None
Description
Sortable model should support sorting for current locale.
Solution:
Extend inner class Comp of SortableModel to support sorting of String values using Collator.compare method.