lorenzofox3 / lrStickyHeader

make table headers sticky
MIT License
174 stars 27 forks source link

Plugin does not work on IE browser #6

Open jbaan opened 8 years ago

jbaan commented 8 years ago

The implementation for lrStickyHeader does not work for IE browser. Things like ScrollTop are used, which are not supported for IE. Can you please make this working for IE browsers as well, at least IE11 and higher versions?

lorenzofox3 commented 8 years ago

nope sorry, however you can submit a pull request which I will likely merge but I don't want to spend time working on browser I don't use

dhwang commented 7 years ago

problem is as simple as "window.scrollX and window.scrollY compatibility on IE 11" https://github.com/imgix/drift/issues/33