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

Would it be possible to pass data to a Column which is a child passed from another component? #467

Closed Gothbag closed 7 years ago

Gothbag commented 7 years ago

Greetings I'm using Redux. Let's say we want to use a generic table component whose data, column titles and widths are passed as props from the state, but also, when necessary, extra columns with special functions. These extra columns, which would be passed as children from other components would need the data from the table as well as their rowIndex. Is there a way to do this?