Sorting on a hidden column

Sorting on a hidden column

djohdjoh Posts: 23Questions: 0Answers: 0
edited April 2009 in General
Good morning,

Is there any simple way to sort based on a hidden column, with server-side processing ?

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    The sorting with server-side processing is done on the server-side, so all you need is the column to sort on. This can be set by using the fnSort API function: http://datatables.net/api#fnSort . Just set it to the column you want to sort on. fnSort will redraw the table for you.

    Allan
This discussion has been closed.