I have a data table with a variable number of columns and a data scroller. How can I enable server side sorting? I prefer that it be fired by the user clicking the column header
Cant you just use Collection.sort() when you retrieve the List?