Hi. Is it possible to show 1000 row in once?
Thank you
I found the answer.
$(document).ready(function () { $('#myTable').dataTable( { "lengthMenu": [ [10, 25, 50, -1], [10, 25, 50, "All"] ]}); });
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
I found the answer.