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
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:
I came across a similar, probably related issue. When I set positionPagination: 'top', and use row selection, it adds a white area inbetween which is related to a margin-top setting that I would like to overwrite
@unidesigner
Yeah it's unfortunate but it seems like some components have props applied at parent level whereas others it's only certain parts that are applied to the child.
mantine-react-table version
v2.0.0-beta.9
react & react-dom versions
v19.0.0
Describe the bug and the steps to reproduce it
As the title suggest
MRT_TablePagination
does not honor styling props passed down to it, whether it's through:OR
OR
The styles aren't applied.
Minimal, Reproducible Example - (Optional, but Recommended)
Screenshots or Videos (Optional)
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: