[EUI DataGrid] Pixel Column Widths Cause Scroll Bars #6683
Labels
data grid
feature request
help wanted
The EUI team is looking for community members to pick up and implement this issue
stale-issue
stale-issue-closed
Problem
Dashboard authors place and size panels with the understanding that they will maintain an aspect ratio on the page. Changing the size of the window resizes everything accordingly, and each panel reacts to the new size. This works great in most situations, but any panel that uses an EuiDataGrid can cause problems.
This is because any author or user can resize any column, and the size is stored as a pixel width. If they make the column wider then make the screen or the panel thinner, this can pretty easily cause a scroll bar to appear. This is not an ideal experience.
My hope is that we can solve this on the EUI side by providing an option to make the column widths based on a percentage of the parent size, or some other unit which is more responsive than pixels.
The text was updated successfully, but these errors were encountered: