Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 support #92

Open
sedhalsoni opened this issue May 12, 2020 · 2 comments
Open

IE11 support #92

sedhalsoni opened this issue May 12, 2020 · 2 comments

Comments

@sedhalsoni
Copy link

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

@maxhudson
Copy link
Contributor

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
Copy link
Contributor

Apparently readme already clarifies ie11 is not currently supported

@maxhudson maxhudson changed the title React-sticky-table not supported in E11 E11 support May 12, 2020
@maxhudson maxhudson changed the title E11 support IE11 support May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants