hi ,
i am using datatables 1.8.1. with fixed header. I want to save and reload the position of horizontal scroll bar after page reload. is there any way of doing it.
thanks
solved it but in a crude way. used Scrollleft() method to get position and saved it to cookie and used the value to set scroll position on page reload.
Replies