dojox.VirtualGrid.setSortIndex
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Sort the grid on a column in a specified direction
parameter | type | description |
---|---|---|
inIndex | Integer | Column index on which to sort. |
inAsc | Boolean | If true, sort the grid in ascending order, otherwise in descending order |