My datatable invalid display.
My datatable invalid display.
oxmanee
Posts: 1Questions: 1Answers: 0
Sorry,I have doubts.Datatable display all row data but I want to datatable
show results by pageLength.And I select number page but the page will not change.
This discussion has been closed.
Answers
Hi @oxmanee ,
Given it's saying "Showing 9 to 12 of 16 entries", but it looks like it's showing everything, I suspect the problem is with the response coming back from the
serverSide
processing. This example here shows you want to expect - take a look at the Ajax tab for the expected responses.Cheers,
Colin