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

[Question] Is it possible to inject rows dynamically? How? #479

Open gazpachu opened 7 years ago

gazpachu commented 7 years ago

Hi, my team is currently using the jQuery DataTables plugin in a React project, but we find it to be not an optimal scenario, hence the interest in this fixed-data-table library.

My concern is that the examples section seems to be quite small and there's nothing about how to inject new rows dynamically into the table. What we need is to expand a row and inject some markup when the user clicks in a button of that row. Can we do that with this library? How?

Thanks.