Replies: 1 comment
-
Problem solved. I had an errant CSS style that had slipped into the table definition. I compared a functional version with a non-functional version, and it pointed me to the errant CSS style. Consequently, a functional solution for me is:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been struggling to get mantine-datatable to work together properly with Tailwind. Following other suggestions, I have Mantine and Tailwind working with the following configuration in separate layers:
And
However, when I add mantine-datatable css to the mix, the table headers scroll out of the table or are simply out of the table altogether:
I did notice that if I eliminate the tailwind-utilities layer altogether, then it is rendered as expected:
Moving the layer to the first or the last of the list makes no difference.
Does anyone have TW and mantine-datatable working together?
Beta Was this translation helpful? Give feedback.
All reactions