Datatable sort not working.
Datatable sort not working.
Hi.
I have create a datatable like this.
$(".product-table").DataTable({
"bSort" : true,
"bPaginate": false,
"bLengthChange": false,
"bAutoWidth": false,
"searching": false,
"bFilter": false,
"bInfo": false
});
But when I click sort button it shows "No data available in table".
Please solve it.
Thanks.
Niklas
Answers
Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan