SMART datagrid v.1 > Classes > GridBase
DataLudi.GridBase.getSortFields method
Bind and return field indexes in sort order as array.
function getSortFields (): [Integer];
- Returns
- [Integer]
Code -1
var fieldIndex = grid.getSortFields();
- See Also
- getSortDirections
- getSortFieldCount
- orderBy
- DataField.index
- Examples
- Column Sorting