You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Current table has support only for 2 rows via ColumnGroup.
Will you support 3 and more rows in short run?
The text was updated successfully, but these errors were encountered: