[SOLVED] Selecting which thead row to use for sorting
[SOLVED] Selecting which thead row to use for sorting
![killerardvark](https://secure.gravatar.com/avatar/b19f913a566059858d2019d6b036d472/?default=https%3A%2F%2Fvanillicon.com%2Fb19f913a566059858d2019d6b036d472_200.png&rating=g&size=120)
I have two thead rows. One is the header columns and the row below it is a row of checkboxes which will be a "select all" row. My table consists of lots of checkboxes and having a select all row will be very benefitial but i need the sorting to happen on the column header row and not the checkbox row. Thanks!
EDIT: It's amazing how fast you can find an answer only after you give up and post to the forums. For anyone wondering, just add "bSortCellsTop": true to your data table creation.
EDIT: It's amazing how fast you can find an answer only after you give up and post to the forums. For anyone wondering, just add "bSortCellsTop": true to your data table creation.
This discussion has been closed.