react-sticky-table icon indicating copy to clipboard operation
react-sticky-table copied to clipboard

<table> support

Open ghost opened this issue 5 years ago • 1 comments

ghost avatar May 13 '20 11:05 ghost

I highly doubt it, because it relies on css position: sticky, but it's possible there's a way to get those to work. Browsers do all kinds of weird things with table elements, so we've never directly supported them, but there might be a hacky solution. I'd highly recommend just switching to a display: table pattern

maxhudson avatar May 13 '20 15:05 maxhudson