Skip to content
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

fix: edit mode with fixed columns breaks table layout #498

Merged
merged 1 commit into from
Mar 5, 2022
Merged

fix: edit mode with fixed columns breaks table layout #498

merged 1 commit into from
Mar 5, 2022

Conversation

fagom
Copy link
Contributor

@fagom fagom commented Feb 28, 2022

Related Issue

#480

Description

With fixedColumns set for the table, the Edit mode breaks the icon visibility at the row level.
The issue occurs due to the overflowX property set to hidden for fixedColumns.left. Modifying the value to visible resolves the issue.

Impacted Areas in Application

  1. Row level operations

Additional Notes

I have added a demo component for this particular fix. This could be added to the website if needed as well.

@fagom fagom requested a review from oze4 as a code owner February 28, 2022 07:04
@andremantaswow
Copy link

So it was this easy huh? Cool 😄
When is this expected to be merged and available on a version?

Thanks!

@Domino987
Copy link
Contributor

I just saw it. Looks like an easy fix 😜 thank you. I'll merge it Tonight and probably release tomorrow with the other PR that's in the works.

@Domino987 Domino987 merged commit 58cdfa4 into material-table-core:master Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants