:: Forum >>

Cancelling "sorting"?

How can i cancel "sorting"?
adrien
Thursday, January 6, 2005
The way I'm doing it:

obj.setProperty("selection/index", -1)
obj.setDataProperty("text", function(i, j){return OrigMyData[i][j]});
obj.refresh();
Jeremy
Tuesday, May 3, 2005
Oops, actually:

obj.setProperty("selection/index", -1)
obj.setRowProperty("count", origLength);
obj.setDataProperty("text", function(i, j){return origMyData[i][j]});
obj.refresh();
Jeremy
Tuesday, May 3, 2005

This topic is archived.


Back to support forum

Forum search