-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[DataGrid] Add fluid columns width support #566
[DataGrid] Add fluid columns width support #566
Conversation
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
…:DanailH/material-ui-x into feature/DataGrid-347-columns-fluid-width
…toHaveInlineStyle
Co-authored-by: Matt <github@nospam.33m.co>
Co-authored-by: Matt <github@nospam.33m.co>
Co-authored-by: Matt <github@nospam.33m.co>
Co-authored-by: Matt <github@nospam.33m.co>
Co-authored-by: Matt <github@nospam.33m.co>
Co-authored-by: Matt <github@nospam.33m.co>
…:DanailH/material-ui-x into feature/DataGrid-347-columns-fluid-width
When it's time to merge, I'll write a custom commit message before merging for the squished commits to avoid the noise. |
From my perspective, the best approach is to empty the description field. In this case, I would also rename the commit message to something more descriptive. [reopen] isn't a valid label we have.
|
packages/grid/_modules_/grid/components/styled-wrappers/GridRootStyles.ts
Outdated
Show resolved
Hide resolved
…otStyles.ts Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
…:DanailH/material-ui-x into feature/DataGrid-347-columns-fluid-width
@dtassone can you check the PR when you have time, please 😉 |
I'm reopening the PR #480 for the fluid columns. The tests are passing locally. Everything is the same as before with one exception -> the
viewportWidth
is now being selected fromgridState.viewportSizes.width
, using the refactor that @dtassone did.Closes #347