Replies: 1 comment 1 reply
-
You can grab the row props from the headerGroups. So this is how I handled creating the empty padding rows that worked with flex layout and column resizing.
Then in my table body I called getEmptyRows(). (note that I'm using pagination so I am using page instead of rows in the body mapping function).
Hope this helps!! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using useFlexLayout hook and want to render empty rows.
Since variable rows is an empty array, how can I get cell props to correctly display using a flex layout? The columns array is what I'm using to drive the cell rendering but column object does not have cell props.
Any pointers?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions