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
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)
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