Number of rows loaded wrong on startup

Number of rows loaded wrong on startup

vannkornvannkorn Posts: 4Questions: 0Answers: 0
edited June 2012 in DataTables 1.9
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.
This discussion has been closed.