Skip to content
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

EuiDataGrid column selection overflows document height with large number of fields #3209

Closed
walterra opened this issue Apr 1, 2020 · 1 comment · Fixed by #3238
Closed
Assignees

Comments

@walterra
Copy link
Contributor

walterra commented Apr 1, 2020

For data grid configurations with a lot of columns (e.g. filebeat based indices have 1000+ fields), the dropdown to select columns will overflow the page height like this:

image

If you then scroll down the list of fields, the page itselfs moves out of the visible area:

image

A possible solution to solve this could be to make the dropdown scrollable within a limited height.

@snide
Copy link
Contributor

snide commented Apr 1, 2020

I'll fix this one quickly. Sorry @walterra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants