Scroll to a specific Row on table initialization #836
tektoolsapp
started this conversation in
General
Replies: 1 comment
-
@tektoolsapp The docs give instructions to Access Underlying Virtualizer Instances, which should allow you to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a large table, scroll down many rows then edit row details in another component, then return to table after the edit is completed. The table initializes with the edited row no longer visible.
We have been able to highlight the edited row with a backgroundColor, but can't find a way to auto scroll to a row on initialization.
We can do this is AgGrid with something like this:
const onGridReady = (params) => {
const { api } = params;
};
Maybe there is a way?
Beta Was this translation helpful? Give feedback.
All reactions