You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Thanks
The text was updated successfully, but these errors were encountered: