3.2.0

Reading Sort Column

Assuming I am using JS-arrays for my data and I want to be able to remember which column a user has chosen to sort by when refreshing the page (to get an updated dataset from the server) how can I obtain the current column that the sort is based on so I can cookie it or otherwise remember it?

thanks


Jsaul
August 11,
Just found it:

obj.getSortProperty("index")

August 12,

This topic is archived.

See also:


Back to support forum