Describe the bug
I have this set up here with working rowSpan for the top left cell and row header cells.

I'm trying to use useResizeColumns as well, and looks like it doesn't work without useFlexLayout. But the moment I include useFlexLayout, rowSpan doesn't work anymore. Same for useBlockLayout and useAbsoluteLayout.

Your minimal, reproducible example
https://codesandbox.io/s/frosty-cerf-hx5xh2?file=/src/App.js
Steps to reproduce
- Open the Code Sandbox
- Uncoment line 78
// useFlexLayout
Expected behavior
I'd like to have rowSpan still working with useFlexLayout or useBlockLayout or useAbsoluteLayout
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
macOS, Chrome, react 16.8.6
react-table version
v7.8.0
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct
Describe the bug
I have this set up here with working
rowSpanfor the top left cell and row header cells.I'm trying to use
useResizeColumnsas well, and looks like it doesn't work withoutuseFlexLayout. But the moment I includeuseFlexLayout,rowSpandoesn't work anymore. Same foruseBlockLayoutanduseAbsoluteLayout.Your minimal, reproducible example
https://codesandbox.io/s/frosty-cerf-hx5xh2?file=/src/App.js
Steps to reproduce
// useFlexLayoutExpected behavior
I'd like to have rowSpan still working with
useFlexLayoutoruseBlockLayoutoruseAbsoluteLayoutHow often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
macOS, Chrome, react 16.8.6
react-table version
v7.8.0
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct