Table shows all rows when paging: false and pageLength: 10

Table shows all rows when paging: false and pageLength: 10

RaulDRaulD Posts: 1Questions: 1Answers: 0

Hello!

I have strange issue with datatable. I use custom pagination, so i set paging: false, pageLength: 10. Table show all data on first page (using .page(0)), and 10 (or lesser) rows on next pages. This only happens with serverSide: false.
Here is debugInfo: http://debug.datatables.net/ozawon

This discussion has been closed.