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 552 forks source link

Child rows (show extra / detailed information) like DataTables #358

Open jitchavan opened 8 years ago

jitchavan commented 8 years ago

Hi,

we are using DataTables from (https://datatables.net) before in react. but as per new changes, we need to add child rows below each datatable row. DataTable supports that like below. https://datatables.net/examples/api/row_details.html

But in react, it is not possible due to multiple reasons. on reason is as below. https://github.com/facebook/react/issues/2127

Does this repo, supports for child row functionality.

Thanks.

keshavkaul commented 7 years ago

Any updates on this?