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

Feature/column width manager #233

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

sbland
Copy link

@sbland sbland commented May 15, 2022

Implemented draggable column widths.
Note: this works by using divs and flexbox instead of the original table tags.

@dominik-zeglen
Copy link
Contributor

👋
I just wanted to let you know that I found a way to preserve table tags by using table-layout: fixed, colgroup and col tags and overlaying vertical divs wrapped in react-draggable:

saleor/saleor-dashboard@aa38fd2

Dunno if it helps with anything 🤷‍♂️

@iddan
Copy link
Owner

iddan commented May 16, 2022

@dominik-zeglen definitely helps! I would really like to preserve the table tag by default. @sbland can you please integrate @dominik-zeglen's change?

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