-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table column and row selection #16493
Conversation
af38545
to
3576b26
Compare
8c39454
to
92861a6
Compare
I know this is in early stages, so this is just an early design review 😉 I'm really enjoying the ability to select an entire row or column. It's such a needed improvement!
|
Thanks @mapk, great to get some feedback, really good points, will look into making those changes. 😄 |
The blocking issue has been fixed in #22105. |
Status: This is blocked by #17084, better keyboard nav is required for accessibility of the column/row selection buttons in this PR
Description
Closes #16294
This is an early exploration of adding buttons for selecting entire table/columns/rows in the table block.
At the moment I'm trying a few different approaches. In the current version, while you can select columns/rows or the entire table, you can't actually do anything with the selection. 😁
Update: you can now insert columns/rows before/after the selected columns/rows.
How has this been tested?
Screenshots
Types of changes
New feature (non-breaking change which adds functionality)
Checklist: