position:sticky is not working on merged cell
I want to fix the first and second columns of a table in left when the table scrolls horizontally. I used position:sticky
for column fixation and it works fine on normal columns. However, I have merged cells in my table and sticky
does not work properly on these merged cells.