I have got a situation where I have list of records say 10,000, I am using datatable and I am using paging,(10 records per display). I wanted to put put that ...
In my project, I have many views using extendedDataTable. Now, I want to make sorting on these table preserved in session. So I add sortOrder="#sessionData.columnSortOrders[columnUniqueName]}" to the columns.
How I can do ...