C
cool2005
I have a table in a div with "overflow=auto".
I tried to scroll a given tr, say trObj, into viewable area using
trObj.scrollIntoView(true);
or
trObj.scrollIntoView(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.scrollIntoView(true);
or
trObj.scrollIntoView(false);
none of them worked.
How can I do it?
thanks