Preserve scroll position after draw()
Preserve scroll position after draw()
ZebraSmasher
Posts: 7Questions: 2Answers: 0
We're using 1.10.16, and the in-built scrolling mechanism.
After a call to draw(), the scroll position reverts to the top of the table. We're redrawing the table every second (non-ajax), and obviously need the scroll position to be maintained. The delta from the top row is all that's required, it doesn't necessarily need to follow the in-view row if it moves up/down.
Many thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @ZebraSmasher ,
This thread should help, it's asking the same thing.
Cheers,
Colin
Many thanks!