Set default ordering to be how it is generated
Set default ordering to be how it is generated
I have a table using datatables and I want it initially sorted by how it is generated in the HTML.
This discussion has been closed.
I have a table using datatables and I want it initially sorted by how it is generated in the HTML.
Answers
Hi @tagnia ,
You can do that by setting the default
orderto be[], like this,Cheers,
Colin