-
-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
mantine-react-table version
2.0.0-beta.9
react & react-dom versions
18.1.0
Describe the bug and the steps to reproduce it
Using row virtualizer and memoMode rows and enable row selection is causes in an unselectable state of the row. The rows checkbox can not be ticked.
Minimal, Reproducible Example - (Optional, but Recommended)
const table = useMantineReactTable({
columns,
data,
enableRowSelection: true,
memoMode: "rows"
enableRowVirtualization
});
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
Yes, I am also opening a PR that solves the problem along side this issue
Terms
- I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
Metadata
Metadata
Assignees
Labels
No labels