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

IE11 support

Open sedhalsoni opened this issue 4 years ago • 2 comments

I have stick the first two columns using React-sticky-table , they are working in chrome but i have checked in E11 it's not working.

IE_issue

Thanks

sedhalsoni avatar May 12 '20 06:05 sedhalsoni

will update readme for now to convey not supported

https://caniuse.com/#feat=css-sticky

only semi-straightforward solution I can think of is poll for sticky cell sizes, add padding where those sticky cells would be to the table, and make the sticky cells position absolute.

There's probably a better solution I can't think of, but this one is too heavy-weight to be worth it for ie 11 support in my opinion. Open to other opinions... It'd probably add 50 LOC to the package (25%+ addition), and cause performance degradation on non-ie browsers (regression)/a lot more room for bugs.

maxhudson avatar May 12 '20 15:05 maxhudson

Apparently readme already clarifies ie11 is not currently supported

maxhudson avatar May 12 '20 16:05 maxhudson