Scroll selected table row into view #17565
Unanswered
wavwarehousedev
asked this question in
Ideas / Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think that when you are using the keyboard navigation (namely, arrow keys) to browse the table, there should be a simple way to call
$el.scrollIntoView()
(mdn doc) on the currently highlighted row.While I think this is currently achievable with some scrappy javascript, it would be better if it was more built in. At the very least, a way to access the
$el
or component ref of a given table row/cell would be nice.Beta Was this translation helpful? Give feedback.
All reactions