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

enableRowVirtualization + createDisplayMode: 'row'

Open dimitrius-ion opened this issue 1 year ago • 3 comments
trafficstars

mantine-react-table version

1.3.4

react & react-dom versions

18.2.0

Describe the bug and the steps to reproduce it

New row is not visible when enableRowVirtualization + createDisplayMode: 'row'

Minimal, Reproducible Example - (Optional, but Recommended)

options={{ data: data, createDisplayMode: "row", enableRowVirtualization: true,

Screenshots or Videos (Optional)

No response

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

None

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.

dimitrius-ion avatar Aug 10 '24 18:08 dimitrius-ion

Hmm, this was fixed in MUI MRT a while ago, need to make sure that same logic was copied over.

KevinVandy avatar Aug 11 '24 02:08 KevinVandy

Ok. This is only available in v2

KevinVandy avatar Aug 11 '24 03:08 KevinVandy

Thank you

dimitrius-ion avatar Aug 11 '24 03:08 dimitrius-ion