Skip to content

Multiple action button propagations within table rows?? #4349

Closed Answered by snowystinger
binaryartifex asked this question in Q&A
Discussion options

You must be logged in to vote

You can add multiple buttons to a single column. This is actually what we recommend doing, you can navigate a cell with the arrow keys, here's an example based on our Spectrum table https://codesandbox.io/s/condescending-aj-yn3hs6?file=/src/App.js

If you can perform it on many rows at once, then we recommend putting that outside the table, as a bulk action. See our ActionBar as an example of one way to accomplish this https://react-spectrum.adobe.com/react-spectrum/ActionBar.html, you could also have a more permanent set of bulk actions that are always visible.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by binaryartifex
Comment options

You must be logged in to vote
3 replies
@snowystinger
Comment options

@binaryartifex
Comment options

@snowystinger
Comment options

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