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

Example: With JSON Data Bug #475

Closed arthurchipdean closed 7 years ago

arthurchipdean commented 7 years ago

In chrome on this page: https://facebook.github.io/fixed-data-table/example-object-data.html

It seems like I can scroll past the end of the table by grabbing the table scroll handle and scrolling down.

Here is a pic: image

KamranAsif commented 7 years ago

We've fixed this in our fork: https://schrodinger.github.io/fixed-data-table-2

We also have bug fixes, new features and better documentation.

arthurchipdean commented 7 years ago

Awesome. Thank you