I used CSS Grid to lay out data heavy tables and support column resizing
Following that, how we leverage Grid to allow users to resize columns, which would be a lot more awkward with regular table-layout CSS. View Flexible data table with CSS Grid (resizable columns with good UX) by Adam Lynch (@adam-lynch) on CodePen. View Flexible data table with CSS Grid (resizable columns with bad UX) by Adam Lynch (@adam-lynch) on CodePen.
Source: adamlynch.com