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

Sorting is not working #441

Open dspoonia7 opened 8 years ago

dspoonia7 commented 8 years ago

I am getting this error

Uncaught Error: Invariant Violation: Index out of range 0.

After getting this error, Scrolling also stops working and throws the same error.

I am on the latest version of react and fixed-data-table and using es6 classes.

devang-kredx commented 7 years ago

Am getting this error too. Were you able to resolve it?