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

expanded row Height remains fixed #511

Open rajatrawataku1 opened 6 years ago

rajatrawataku1 commented 6 years ago

I am using expanded row FDT, but inside the row content I have another table whose height is somewhat around 300px but the rows height does not changes according to the content. Is there any way to implement this?

I am using FDT-2

Thanks in advance