You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my HTML page, I have an HTML Table in which I have multiple rows. And the table having a scrollbar. Now if I use browser's native scrollbar and then I hit CTRL+F and ENTER key it searches the item and scrolls automatically to the exact position of the item.
But when I replaced native scrollbar with ng-scrollbar and now I am finding the item using CTRL+F It is just highlighting the found item but not scrolling to its position. What could be the reason? Thankyou.
The text was updated successfully, but these errors were encountered:
In my
HTML
page, I have anHTML Table
in which I have multiple rows. And the table having a scrollbar. Now if I use browser's native scrollbar and then I hit CTRL+F and ENTER key it searches the item and scrolls automatically to the exact position of the item.But when I replaced native scrollbar with ng-scrollbar and now I am finding the item using CTRL+F It is just highlighting the found item but not scrolling to its position. What could be the reason? Thankyou.
The text was updated successfully, but these errors were encountered: