I have a table in a div with "overflow=auto" .
I tried to scroll a given tr, say trObj, into viewable area using
trObj.scrollInt oView(true);
or
trObj.scrollInt oView(false);
none of them worked.
How can I do it?
thanks
I tried to scroll a given tr, say trObj, into viewable area using
trObj.scrollInt oView(true);
or
trObj.scrollInt oView(false);
none of them worked.
How can I do it?
thanks
Comment