Disable ordering on first row of header
Disable ordering on first row of header
I am upgrading an old project to use a newer version of DataTables. The table has 2 header rows and in the old version the first one has ordering disabled (apparently by default?). Is there a way to do this in the newest version of DataTables?

This discussion has been closed.
Answers
All cell should be orderable in DataTables 2, unless disabled using
data-dt-orderattributes (see this example), or using theorderCellsTopoption.Allan