-
Notifications
You must be signed in to change notification settings - Fork 841
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
Add overflow to datagrid toolbar dropdowns #3238
Conversation
@@ -9,7 +9,7 @@ No public interface changes since `22.3.0`. | |||
- Improved `htmlIdGenerator` when supplying both `prefix` and `suffix` ([#3076](https://github.com/elastic/eui/pull/3076)) | |||
- Updated pagination prop descriptions for `EuiInMemoryTable` ([#3142](https://github.com/elastic/eui/pull/3142)) | |||
- Added `title` and `aria` attributes to `EuiToken`'s icon element ([#3195](https://github.com/elastic/eui/pull/3195)) | |||
- Added new Elasticsearch token types ([58036](https://github.com/elastic/kibana/issues/58036)) | |||
- Added new Elasticsearch token types ([#2758](https://github.com/elastic/eui/pull/2758)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small CL fix unrelated to this PR.
Preview documentation changes for this PR: https://eui.elastic.co/pr_3238/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3238/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CL nit, but overall LGTM! 👍 Thanks for fixing the buttons too.
Changes made. Merging on green. @peteharverson can you let us know whether you consider this fix necessary for a backport for 7.7? |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3238/ |
Looks great. Thanks for getting in this fix @snide. I am happy to leave this for 7.8 - the current control in 7.7 is usable, just the UX is not that great when you have 100s of columns in the grid. |
Summary
Fixes #3209
Adds an overflow to a couple of the popovers in Data Grid to fix instances where there are lots of columns.
Checklist
Props have proper autodocsAdded documentation examplesChecked for breaking changes and labeled appropriatelyChecked for accessibility including keyboard-only and screenreader modes