Scrolling with callback

Hello,

I have a card with a datatable in it and an icon to add a row to the table. When the user clicks the icon an empty row is added as needed, but if the table is long enough this isn’t visible since the table is overflowing the card. Is there a way to scroll down to the bottom of the card when adding this row?
Thanks

Hello @amihaio !

I was currently dealing with the same need. My page was too long and I wanted some jumps to the further parts. I found working example and everything that is needed for it is just playing with a links and ids, I believe it could be helpfull also in your solution.

1 Like