-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Labels
community:contributionIssue will/can be addressed by community contributionIssue will/can be addressed by community contributionimprovementA non-feature-adding improvementA non-feature-adding improvementstatus:in-progressWork is in progressWork is in progress
Description
🙋 Feature Request
Add some sort of auto-fit feature to the DataGrid component to make the columns render better
🤔 Expected Behavior
By setting a flag on the DataGrid component, the columns of the DataGrid should make an attempt to balance the columns better.
😯 Current Behavior
With no explicit formatting, the columns evenly distribute the width of each column.
💁 Possible Solution
Use JS and some CSS techniques to calculate column widths and apply widths dynamically to each column.
🔦 Context
With dynamic content it's difficult to predict exact widths for each column of a DataGrid. This feature would automatically determine better widths for each column based on initial load.
💻 Examples
MarvinKlein1508
Metadata
Metadata
Assignees
Labels
community:contributionIssue will/can be addressed by community contributionIssue will/can be addressed by community contributionimprovementA non-feature-adding improvementA non-feature-adding improvementstatus:in-progressWork is in progressWork is in progress
