Can we sort the table with muliplt tbody?

Can we sort the table with muliplt tbody?

seshunareshseshunaresh Posts: 1Questions: 1Answers: 0

I am create datatable using dc chart engine. It created tbody element for row.

Answers

  • allanallan Posts: 62,241Questions: 1Answers: 10,211 Site admin

    I'm afraid DataTables currently works with a single tbody element in the table only. Multiple tbody support is something I'd like to add in future, but to be honest that is probably quite a while off.

    You'd need to change the output to use a single tbody only or use jQuery to modify the DOM so there is a single tbody only before the DataTable is initialised.

    Allan

This discussion has been closed.