Disable ordering on first row of header
Disable ordering on first row of header
Sinnbeck
Posts: 1Questions: 1Answers: 0
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?
Answers
All cell should be orderable in DataTables 2, unless disabled using
data-dt-order
attributes (see this example), or using theorderCellsTop
option.Allan