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

Nested Column Groups #423

Closed nhagen closed 8 years ago

nhagen commented 8 years ago

Are there any provisions for nested column groups? For example, a layout like this:

 _______ _____________ ______________ ______________
|       |_____________|______________|______________| // First grouping
|_______|____|____|___|____|____|____|____|____|____| // Second grouping
|_______|____|____|___|____|____|____|____|____|____| // First data row
|_______|____|____|___|____|____|____|____|____|____|
|_______|____|____|___|____|____|____|____|____|____|
|_______|____|____|___|____|____|____|____|____|____|
|_______|____|____|___|____|____|____|____|____|____|
|_______|____|____|___|____|____|____|____|____|____| // Totals
nhagen commented 8 years ago

Nevermind, for some reason I was wrapping the ColumnGroups I actually needed inside of a ColumnGroup with no header, which was superfluous. Disregard.