Page 1 of 1

name of sorted column in table view

PostPosted: Tue Nov 20, 2012 4:47 pm
by ylockson
When in table view mode, clicking on a column header toggles between sorting the data in ascending and descending order of that column.

If there are multiple columns, is it programatically possible to determine the name of the column by which the table is sorted?

Re: name of sorted column in table view

PostPosted: Tue Nov 20, 2012 5:39 pm
by jbrancoIF
foundset.getCurrentSort()?

Re: name of sorted column in table view

PostPosted: Tue Nov 20, 2012 8:04 pm
by ylockson
Thanks for the fast and precise response João.