IDataSort Interface
Describes a single sort criterion. Data providers accept an array of IDataSort objects (via setSortList), allowing multi-column sorting where the order of the array determines sort priority.
Usage Examples
Pass an array of IDataSort to setSortList or use it as the sortList constructor option.