Datatable sort not working.

Datatable sort not working.

niklasniklas Posts: 1Questions: 1Answers: 0

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

  • allanallan Posts: 63,813Questions: 1Answers: 10,517 Site admin

    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

This discussion has been closed.