Using ajax.reload(null, false) with scroller and server side.
Using ajax.reload(null, false) with scroller and server side.
Hello. I'm using DataTables last version, and when I use the the API ajax.reload(null, false) (to not reset paging) as you show on the api example page, the table redraw two times and the scroll of the table goes to the top.
Example: I scroll the table one time, and the if I reload the page, the StateSave, save the table scroll, that's ok, but if I scroll the table one time and than for example I edit a row and than call ajax.reload(null, false), the table reload two times, and on the second reload I lost the scroll position, and the table scroll goes to the top.
Thank you.
Answers
I'm having the same issue with Scroller 1.4.2, DataTables 1.10.12.
Can you link to a test page showing the issue please?
Thanks,
Allan
@allan I have decided to get rid of Scroller. It looks like I don't need it with the server-side processing.
Thanks.