fixed-data-table-2 icon indicating copy to clipboard operation
fixed-data-table-2 copied to clipboard

3 rows in the header

Open seeden opened this issue 8 years ago • 2 comments

Current table has support only for 2 rows via ColumnGroup. Will you support 3 and more rows in short run?

seeden avatar Oct 03 '17 20:10 seeden

We've had some discussion on (#27) regarding supporting more flexible headers. You're welcome to contribute use cases and ideas there, but for the short term I recommend creating your own header component and using the onHorizontalScroll prop to sync the scroll. The callback passed to onHorizontalScroll will receive the scrollX value on each scroll.

You can use the scrollLeft prop as well if you want to sync the grid scroll to match a scroll in your header component.

wcjordan avatar Oct 03 '17 21:10 wcjordan

Current table has support only for 2 rows via ColumnGroup.

Where is this documented?

gajus avatar Mar 14 '19 14:03 gajus