How to scroll to result in PrimeReact DataTable
I implemented a datatable from PrimeReact in my NextJS app.
When I click on a row it opens a screen with details.
I would like to scroll to that row in the datatable when I click previous page.
This is what I tried. It works when the row is in the screen but when you have to scroll down to find the result it is not working. Anyone any idea if this is possible?