Replies: 6 comments
-
Hi, I believe this was fixed, can you try the latest beta and confirm please? |
Beta Was this translation helpful? Give feedback.
-
Hello @alessandrojcm I updated to version 2-beta7, but the error still persists:
|
Beta Was this translation helpful? Give feedback.
-
@HxnDev make sure you add |
Beta Was this translation helpful? Give feedback.
-
Hello @chindathorn However just a followup question, now the table toolbar is moved to the far right side and theres this empty space in the bottom. Is there anything i could do about it? Picture 1: Previous Table version Picture 2: Current Table after adding style.css |
Beta Was this translation helpful? Give feedback.
-
@HxnDev try this const table = useMantineReactTable({
mantineTopToolbarProps: {
style: { justifyContent: 'start' },
// ...your other custom styles
},
}) |
Beta Was this translation helpful? Give feedback.
-
Hey @chindathorn I did try that, but no use
I also tried the below too but still no solution:
|
Beta Was this translation helpful? Give feedback.
-
mantine-react-table version
v2.0.0-beta.5
react & react-dom versions
v18.3.1
Describe the bug and the steps to reproduce it
I am using Mantine React Tables and everything is good. However, I enabled the sorting and filtering options of my table and then the sort icon (arrows) starting showing up with the green background color (which is the products primary color). I keep trying to set the background as transparent, but nothing works.
The inspect element shows the following:
-> On the element.style window in inspect. i can see the primary color being assigned to the background, but if i put the same classname (.m_8d3f4000) in code to remove background, it does nothing.
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?
None
Terms
Beta Was this translation helpful? Give feedback.
All reactions