In Datatables, start value resets to 0, when column sorting

36 Views Asked by At

I'm using Datatables.js version 1.9, and doing server-side implementation. Pagination is working fine but, the start param is resets to 0 value if do sorting on any column.

For example If a go to 3rd or 4th page, the value of start should be persistent but here Datatables sending every time 0 value on subsequent http requests. I Checked length (no.of records per page) param, it's good when doing sorting but start param is resets to 0. Any please suggest me on this.

enter image description here

0

There are 0 best solutions below