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

Horizontal scrolling doesn't work in Chrome #463

Open sheerun opened 7 years ago

sheerun commented 7 years ago
  1. Go to your primary example
  2. Scroll with macbook touchpad to the right side of the table
  3. Scroll back to the left

    Expected Behavior

Table is scrolling to the left

Current Behavior

Chrome goes back in history

Possible Solution

Probably fixed-data-table "unfolds" too slow when scrolling to the left, so chrome triggers "history back" gestory. I found no way to prevent this geature programmatically without destroying table's behavior. There are some plugins for this, but none of them actually works.

Table is scrolling to the left

Current Behavior

Chrome goes back in history

Possible Solution

Probably fixed-data-table "unfolds" too slow when scrolling to the left, so chrome triggers "history back" gestory. I found no way to prevent this geature programmatically without destroying table's behavior. There are some plugins for this, but none of them actually works.

sheerun commented 7 years ago

It's fixed in chrome 54...

jvaill commented 7 years ago

This seems to still be an issue in Chrome 56.

matthewrobb commented 7 years ago

I'm actually not able to scroll in any direction in Chrome right now when looking at the examples on the website.

wcjordan commented 7 years ago

Hey @matthewrobb, this repo is no longer maintained, but check out our active fork here: https://github.com/schrodinger/fixed-data-table-2 http://schrodinger.github.io/fixed-data-table-2/

The examples should work.

KevinYaoooooo commented 5 years ago

Hey @matthewrobb, this repo is no longer maintained, but check out our active fork here: https://github.com/schrodinger/fixed-data-table-2 http://schrodinger.github.io/fixed-data-table-2/

The examples should work.

No , this issue still exists