Skip to content

Feature/column width manager#233

Open
sbland wants to merge 7 commits into
iddan:masterfrom
sbland:feature/column-width-manager
Open

Feature/column width manager#233
sbland wants to merge 7 commits into
iddan:masterfrom
sbland:feature/column-width-manager

Conversation

@sbland

@sbland sbland commented May 15, 2022

Copy link
Copy Markdown

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

@dominik-zeglen

Copy link
Copy Markdown
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

iddan commented May 16, 2022

Copy link
Copy Markdown
Owner

@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.

3 participants