mantine-react-table icon indicating copy to clipboard operation
mantine-react-table copied to clipboard

Enabling enableRowVirtualization breaks renderDetailPanel

Open Guria opened this issue 1 year ago • 4 comments

mantine-react-table version

1.0.0-beta.3

react & react-dom versions

18.2.0

Describe the bug and the steps to reproduce it

  • add enableRowVirtualization
  • add renderDetailPanel with any content

Minimal, Reproducible Example - (Optional, but Recommended)

https://codesandbox.io/p/sandbox/nice-curie-487wd6?welcome=true&file=%2FREADME.md

Screenshots or Videos (Optional)

image

Do you intend to try to help solve this bug with your own PR?

No, because I do not have time to dig into it

Terms

  • [X] 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.

Guria avatar Apr 17 '23 22:04 Guria

This can also be seen in the storybook example here: https://www.mantine-react-table.dev/?path=/story/features-virtualization--enable-row-virtualization-with-detail-panel

image

r0hitsharma avatar May 31 '23 09:05 r0hitsharma

This is just a known limitation right now. Virtualization needs to be return to accommodate detail panels

KevinVandy avatar May 31 '23 12:05 KevinVandy

Any idea when this issue will be tackled?

stevenbandola avatar Jul 20 '23 22:07 stevenbandola

This is solved in the v2 alpha

KevinVandy avatar Feb 03 '24 07:02 KevinVandy