react-spreadsheet
react-spreadsheet copied to clipboard
Feature/column width manager
Implemented draggable column widths. Note: this works by using divs and flexbox instead of the original table tags.
:wave:
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:
https://github.com/saleor/saleor-dashboard/pull/2040/commits/aa38fd29ff217c3475060435c16407d9b2b26a01
Dunno if it helps with anything 🤷♂️
@dominik-zeglen definitely helps! I would really like to preserve the table tag by default. @sbland can you please integrate @dominik-zeglen's change?