Hello,
I am working with the ag_grid scrollTo property and I have run into the following trouble :
whenever I modify a cell, I update my databse and download back all the value of my database and use scrollTo to go back to the originally modified row => this parts work
If I click again on another row of the grid, my grid will scoll again back to the first modified row.
This is really annoying for users.
I went to see the example there Scroll To | Dash for Python Documentation | Plotly, but it seems like example have the same behavior : once user has scrolled to a row, the grid will scroll gain to that row if you double click somewhere else on the grid.
Would that be a bug, or is it something I am doing wrong ?
Thank you