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

onScroll callback #400

Open ZigGreen opened 8 years ago

ZigGreen commented 8 years ago

Why there is no way I can handle scroll event?

KamranAsif commented 8 years ago

Hey,

There are several scroll events you can listen to: onScrollStart onScrollEnd

We have a maintained fork adding onHorizontalScroll as well! (Plus bug fixes!) Check out https://github.com/schrodinger/fixed-data-table and feel free to post a follow up question there.