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
I ended up doing it manually. I adding a support tag to the header text tag, like so.
To get the ascending/descending arrows, I added a css class.