Number of rows loaded wrong on startup
Number of rows loaded wrong on startup
vannkorn
Posts: 4Questions: 0Answers: 0
I have added "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]] to the
$('#example').dataTable({
"aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
});
Everything works fine. However, on start up, it loads only 10 rows which is wrong. The right one is 25 rows.
Any help would be very much appreciated.
$('#example').dataTable({
"aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
});
Everything works fine. However, on start up, it loads only 10 rows which is wrong. The right one is 25 rows.
Any help would be very much appreciated.
This discussion has been closed.