Disable ordering on first row of header

Disable ordering on first row of header

SinnbeckSinnbeck 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

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    All cell should be orderable in DataTables 2, unless disabled using data-dt-order attributes (see this example), or using the orderCellsTop option.

    Allan

Sign In or Register to comment.