3.2.0

How to show sort indicator on pre-sorted data

The data is initially sorted on column. How can I get the column sort indicator to show up, without resorting?
DT
May 23,
Just set sort/column and sort/direction properties -

obj.setSortColumn(index);
obj.setSortDirection("ascending", index);
Alex (ActiveWidgets)
May 24,

This topic is archived.

See also:


Back to support forum