Retain Table state with serverside and infinite scroll possible?

Retain Table state with serverside and infinite scroll possible?

austinwangaustinwang Posts: 4Questions: 0Answers: 0
edited May 2013 in Plug-ins
Hi there, I have a datatable with server side processing and infinite scrolling enabled. Ajax is used to update data on server and I'd like it to be reflected in the datatable. Usually users will have scrolled at at least 20-50 rows down. I'm able to have it update, but every redraw it seems to pop the table all the way back to the top.

I've been digging through these forums to find a solution for this but i haven't encountered anyone using infinite scrolling yet. Is it possible to have the table load back to the same state/scroll position?

I've been experimenting with these plugins/api functions which all seem to have the 'pop-up' effect.
fnReloadAjax
fnStandingRedraw
fnUpdate
This discussion has been closed.