Skip to content

Editable Datagrid, Part two #3524

Answered by nkrantz
jalexy12 asked this question in Q&A
Oct 5, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

@jalexy12 - the collapsible/nested Data Grid rows don't currently exist in Paste, but you can build an almost fully accessible version using existing components. Our guidance would be to add a first column to the Data Grid which houses the buttons to expand the expandable rows. It'll be important to communicate the hierarchy of each row and nested row using aria attributes, as simply adding left padding doesn't achieve that clearly for screen readers and other assistive technologies. Be sure to follow the Treegrid Pattern, adhering to the aria attributes and keyboard navigation rules as closely as possible.

  • role="treegrid" on the Data Grid Note: we don't currently allow you to override t…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@nkrantz
Comment options

@nkrantz
Comment options

@jalexy12
Comment options

@SiTaggart
Comment options

Answer selected by nkrantz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants