Datatables moving row up and down between pages
Datatables moving row up and down between pages
datadir
Posts: 1Questions: 1Answers: 0
Hello i am building datatables with big ammount of rows(~6000) with pagination and i have problem with moving last row of current page to next page and first row of page to previous page. Is there any working(automatically way) to add 2 more rows in per page(first one on top of the page and second one on bottom of page)?
This discussion has been closed.
Answers
change it from serverSide:true to false and send back all the data. Let DataTables take care of it.