Skip to content

When to use Tables vs Data Grid #2729

Answered by TheSisb
brannytempy asked this question in Ideas
Discussion options

You must be logged in to vote

Hi @brannytempy,

Good call, I'll make a ticket in our backlog to add something to those doc pages.

While I'm here, one idea to help you frame your thought process around which to use is to consider keyboard navigation. In a Table, every focusable element is a tab stop. You can imagine that a Table with several rows of buttons or links would be tedious to traverse. On the other hand, DataGrid prevents tabbing through child nodes until you activate Actionable mode. This makes DataGrid more suitable for data with interaction.

Hope this helps a bit.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gloriliale
Comment options

Answer selected by gloriliale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
4 participants