Is it possible to achieve something equivalent to this with a CSS grid?
https://codepen.io/paulobrien/pen/gWoVzN
i.e. where the first column and/or row of a grid are fixed, and the rest of the grid scrolls horizontally within a wrapper which has overflow-x: scroll
EDIT: to clarify, I have tried a number of the examples shown. Specifically, the first column of the grid itself needs to be fixed and the scroll needs to happen within a wrapper element, horizontally. These examples either work vertically or use other html elements.