Horizontal Scroll bar Doesn't move to the given position
Summary
table's horizontal scroll position column index is not working every time when the table gets refreshed.Content
Hi ,
I have a small scenario where i am stuck at . Need your Help!!
I have a editable table where i am using the column index as my scroll position , so that each time whenever the table get refreshed the scroll bar makes the last edited column come in the beginning of the table . It is working for some events , but most of the times the scroll bar moves to column index 0 . Need your help on this !!!
I have tried using scroll-position-x and y but they are not working , also i have tried getElementbyId and scroll left functions , they are of no use .
0