Unable to make a column sticky in a table
I have a table
with overflow-x
enabled due to its length. The data at the start of each row gets hidden when scrolling horizontally, so I want to make at least one starting column sticky
. I’ve tried several methods without success, even though I have successfully implemented this in another project.