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

Curious about future milestones of this project #485

Closed nextofsearch closed 7 years ago

nextofsearch commented 7 years ago

Hi,

I am wondering if this project is still active enough for me to choose for my future product, which intensively use tables with large data sets. I've recently migrated to React but am still using DataTable (dependent on jQuery) and looking for an alternative. The decision will make huge impacts on the project so I get to be cautious about it.

This project looks solid as a start but when I checked the release history and PRs, it got slow and the latest release was from last July. I am wondering if this project has milestones to move forward and someone can share it with me. I will appreciate any comment.

Thank you!

wcjordan commented 7 years ago

Hey @nextofsearch, this repo is no longer maintained, but we maintain a fork at Schrodinger. We've put together a roadmap here and try to fix any bugs which popup and assist with anyone adding new functionality through a PR. Another popular library to look at is React-Virtualized which allows performant rendering of large lists and grid data.

nextofsearch commented 7 years ago

@wcjordan Thank you so much!