bindingInfo.setColumnOrder(colName,order)

Sets the sort order of the specified column.

Parameter

colName The name of column to sort

order The sort order for the specified column:

   0: remove sorting

   1: sort ascending

   2: sort descending

Example

bindingInfo.setColumnOrder('Employee',2);

// sort 'Employee' column descending

See Also

bindingInfo.setColumnOrder(col,order), for the equivalent Chart function.

bindingInfo.getColumnOrder(colName), for the inverse operation.

<< bindingInfo.removeSummaryCol(colName) © 1996-2013 InetSoft Technology Corporation (v11.4) bindingInfo.setColumnSequence(seq) >>