Skip to content

Memo mode rows with row virtualizer blocks row selection #549

@desytech

Description

@desytech

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions