How can i get a row's class and scroll to it with scroller?
How can i get a row's class and scroll to it with scroller?
I use scroller for my data, so when i populate my table i want to scroll to a row with a class attached to it. How can i do this?
I tried $().position , fnGetData, fnGetPosition, but cause scroller hides the data, the row's class cant be found in the DOM.
Is there a proper way to do it?
Thank you very much!
I tried $().position , fnGetData, fnGetPosition, but cause scroller hides the data, the row's class cant be found in the DOM.
Is there a proper way to do it?
Thank you very much!
This discussion has been closed.