Y
yellowtek
Hi,
I display some information (actually a table of data) within a <div>
which height is constrained, making display a vertical scrollbar:
<div style='overflow: auto height:300px;'>
I need to refresh the data within this <div> without changing the
current scroll position set by the user.
... but the scrollbar is always reset to the top of the document....
How to handle this???
Thanks.
I display some information (actually a table of data) within a <div>
which height is constrained, making display a vertical scrollbar:
<div style='overflow: auto height:300px;'>
I need to refresh the data within this <div> without changing the
current scroll position set by the user.
... but the scrollbar is always reset to the top of the document....
How to handle this???
Thanks.