Helloo everyone, I'm trying to implement sticky rows with Mantine Table and TanStack Table and so far things have been working great! The only issue I'm seeing is that Td/Tr background colors are not actually solid? So when scrolling things overlap each other, it's really not nice visually.
I tried setting style={{ backgroundColor: "black" // or something }} and it works, but it basically removes all other styling like striped and highlightOnHover. I was wondering if anybody here could help me figure out what to do here to mantain mantine's core functionality but without the overlapping issue.
Here' s a working sandbox for you to try it out and see the issue: https://codesandbox.io/p/sandbox/react-mantine-tanstack-table-rtf439
And I've attached a video for you to also see visually what's the problem.
Thanks so much!