When horizontally scrolling the table i can see the scrolled element layered below the static far left column. This happens because every other row is styled as alternateRow: '#fff0f659', the opacity 59 is doing this, needs to be a solid.
The entire table is horizontally scrolling slightly too, thats why the left border is missing, that's very minor though

When horizontally scrolling the table i can see the scrolled element layered below the static far left column. This happens because every other row is styled as
alternateRow: '#fff0f659', the opacity59is doing this, needs to be a solid.The entire table is horizontally scrolling slightly too, thats why the left border is missing, that's very minor though