-
Notifications
You must be signed in to change notification settings - Fork 28
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
Column size updates #132
Column size updates #132
Conversation
…o `columnSize` and `columnSizeOptions`
…ponsiveSizeToFit`
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.
💃 Looks great - just a suggestion to make the prop type more precise, otherwise I think this is good to go. I still have some questions about how this will play with saving & restoring a grid, especially if the data may be different in the restored view. But I think in any event we'll be able to use this as a starting point and make non-breaking changes later if we find that something else is needed for that use case.
Co-authored-by: Alex Johnson <alex@plot.ly>
autoSizeAllColumns
columnSize
act upon updatecolumnSize
available,responsiveSizeToFit
which will adjust column sizes based upon grid size and columns added or removedcolumnSizeOptions
to take an object that is compatible with AG Grid to perform sizing options as needed