-
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
Description
mantine-react-table version
2.0.0-beta.1
react & react-dom versions
18.2.0
Describe the bug and the steps to reproduce it
I am trying to disable the tooltips on the individual rows and the SelectAll Checkboxes, but I have found no way to do that successfully.
If I give these Props, there is a little "empty" box rendered (see screenshot)
mantineSelectAllCheckboxProps: { title: "" },
mantineSelectCheckboxProps: { title: "" },
I am looking forward to a simple solution!
Thank you very much
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?
No, because I do not have time to dig into it
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.
