facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

What is the best fix for scrolling issue in IE? #448

Open xhe opened 8 years ago

xhe commented 8 years ago

Hi All, it seemed this was indicated in last year, scrolling not working in IE at all. Now, it is still not working. Can anyone tell me what will be the best fix for this issue? I don't want to touch node_module files at all as that will be overwritten when rebuilding the project all over again. Thanks

dhirajbasukala commented 7 years ago

I've recently updated Fixed-data-table to 0.6.3 and it works out of the box in IE11 as well. If you're referencing the examples displayed on the site then it has the touch support implemented which account for presence of onmsgesturechange in browser window object to detect a touch device. So IE11 shows false positive to touch device, and the container is set to overflow hidden and no scrollbar and then again there is not noTouchStart, onTouchMove, onTouchEnd, onTouchCancel support in IE. However if you just implement the FDT it works in ie with scrollbar. let me know if your case is different.

wcjordan commented 7 years ago

This repo doesn't see a lot of active maintenance. Would it be possible for you to try https://github.com/schrodinger/fixed-data-table-2 and see if the issue exists there? The examples are here: http://schrodinger.github.io/fixed-data-table-2/example-object-data.html

xhe commented 7 years ago

Thanks, worked in IE!

On Thu, Oct 6, 2016 at 8:20 AM, Chris Jordan notifications@github.com wrote:

This repo doesn't see a lot of active maintenance. Would it be possible for you to try https://github.com/schrodinger/fixed-data-table-2 and see if the issue exists there? The examples are here: http://schrodinger.github.io/fixed-data-table-2/example-object-data.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/facebook/fixed-data-table/issues/448#issuecomment-251995402, or mute the thread https://github.com/notifications/unsubscribe-auth/AAN4c4o0kfF2TRyo542Zfscszt_QWwIhks5qxRGigaJpZM4JpAgr .