Hello guys,
I'm trying to find a way to have a a scrolled table always at the bottom, and i can't find a way to implement this.
My case scenario is simple:
- I have a shop cart table, where the articles are added in ascending order , so the newest added is at the bottom of the table.
- After the article is added, and the table refreshed i need the scroll to be at the bottom so i can instantly see my lastest added article.
I've tried to use 'scrollComponentIntoViewBehavior' but without success, since i need the article ID for this.