Datatables moving row up and down between pages

Datatables moving row up and down between pages

datadirdatadir 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)?

Answers

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    change it from serverSide:true to false and send back all the data. Let DataTables take care of it.

This discussion has been closed.