How to trigger a callback once data finished loading into the grid? #261
Unanswered
scarletjack
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Ah hmmm let me figure that out. I suppose the ideal method would be to have the grid auto-scroll to the selected cell on load. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title basically describes the question. Is there some way to implement an onLoaded() callback or something similiar?
I'd like to use it to set a default selected and visible (already scrolled to) row. Unless there's a better way to do it?
Doing something like
Works fine (edit: For selection), but doesn't scroll to the row coordinate
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions