:: Documentation >> Reference >>
sort Method
Sorts the rows with the data in the given column.
Syntax
obj.sort(index, direction);
Parameters
index
Number
Column index to sort on.
direction
String
Sort direction ("ascending" or "descending").
Applies To
Active.Controls.Grid