You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works for the body, but not for the header.
The header is always padded by 1.75. The only line that contains such number is this.
It seems that there's something wrong with conditions. Setting "enableHeaderActionsHoverReveal" to "true" resolves the issue, until someone hovers over the header and then it's broken again.
Minimal, Reproducible Example - (Optional, but Recommended)
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
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.
The text was updated successfully, but these errors were encountered:
mantine-react-table version
2.0.0-beta.6
react & react-dom versions
18.3.3
Describe the bug and the steps to reproduce it
I am trying to get a clean centered header and body, without sorting and action buttons. I found out that it can be done by setting props to columns
It works for the body, but not for the header.
The header is always padded by 1.75. The only line that contains such number is this.
It seems that there's something wrong with conditions. Setting "enableHeaderActionsHoverReveal" to "true" resolves the issue, until someone hovers over the header and then it's broken again.
Minimal, Reproducible Example - (Optional, but Recommended)
https://codesandbox.io/p/devbox/laughing-wave-7zm749?workspaceId=55c06326-b743-49a1-aca3-3feb22fee983
Screenshots or Videos (Optional)
Screencast_20240923_162325.webm
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms
The text was updated successfully, but these errors were encountered: