We are using display tag in our project to display tables with > 100 records. We are not using pagination, there is one single page displaying all the records.
Inside the table in one of the column we have a subtable/sublists with our own column decorator written to provide expand and collapse functionality.
We use the sort feature of display tag to sort the records in the subtable/sublists, BUT the problem is when we sort say for example:-
1st ROW subtable randomly some others ROWS subtable gets expanded. The behavior is pretty random.
Vinay Solanki

