You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rowHeightsOptions implementation provides flexibility for handling various content types in the data grid, especially when dealing with varying amounts of data in cells, such as multiline text. We need to first understand current workflow.
OuiDataGrid component should be able to implement auto-fit row heights based on cell content, which is particularly useful for handling multiline or variable-sized content (#5227, #4859, #5404). To auto-fit rows based on content, the grid needs a way to measure the content of each cell. Once the content height is measured, the grid can adjust the row's height to fit the content.
We should also allow customers to customize row heights in a data grid through a toolbar interface (ex: row height), integrate with density. Then capture customer row height input and update Grid state.
Proposal: Allow row height control in toolbar and customized row heights (Proposal:TODO)
The text was updated successfully, but these errors were encountered:
ananzh
changed the title
[EuiDataGrid][Proposal] Understand and Allow Auto fit and Customized Row Heights
[OuiDataGrid][Proposal] Understand and Allow Auto fit and Customized Row Heights
Jan 24, 2024
rowHeightsOptions
implementation provides flexibility for handling various content types in the data grid, especially when dealing with varying amounts of data in cells, such as multiline text. We need to first understand current workflow.OuiDataGrid
component should be able to implement auto-fit row heights based on cell content, which is particularly useful for handling multiline or variable-sized content (#5227, #4859, #5404). To auto-fit rows based on content, the grid needs a way to measure the content of each cell. Once the content height is measured, the grid can adjust the row's height to fit the content.We should also allow customers to customize row heights in a data grid through a toolbar interface (ex: row height), integrate with density. Then capture customer row height input and update
Grid
state.The text was updated successfully, but these errors were encountered: