Skip to Content
0
Oct 02, 2005 at 02:43 PM

A problem with TableSorter

36 Views

Hi,

I'm using the TableSorter utility class and I have a problem with its operation.

I have a table with 10 visible rows and more than 10 entries in the table.

One of the table's columns is date. If I sort the table, I want that the lead selection will be on the first row of the table and not on the row that was selected before the sort action.

Is it possible? (I looked at the TableSorter source file but only one line actually does the sort (dataSource.SortElements(reverseable))

Thanks,

Omri