I am using AG Grid to display data retrieved from my back end. When a user clicks on the view / edit icon in the grid i route the call to the Detail Page so user can edit the Record.
Once he is completed i want him to be able to go back in the grid and return to same position as before. I would like either put the cursor or selection and the row user just clicked and is returning from.
Question is what is the best way to achieve this ? I assume is to use the row(node) id
I am currently already using the grid filters etc so only the previous shown data will be shown on return. But there could also be the issue of the item being outside the current scroll range. Lets say its the 125 row but my default i only load 100 at a time so the record would not be even in the grid loaded yet.