dojox.Grid.getSortField
dojo.require("dojox.grid.Grid");
defined in dojox/grid/Grid.js
Retrieves the model field on which to sort data.
Usage
function (/*Integer*/ inSortInfo) (view source)
parameter | type | description |
---|---|---|
inSortInfo | Integer | 1-based grid column index; positive if sort is ascending, otherwise negative |