Highlight and stiped not working after migration to v7 #622
-
I am trying to migrate the code to v7, I got most of the things working - but the highlight and striped doesn't work. It doesn't really make any sense why it should not work. 😕 Any ideas, leads or anything? One of the tables Mantine table CSS imported https://github.com/cohstats/coh3-stats/blob/migrate-mantine-v7/pages/_app.tsx#L2 Mantine rant. Btw I hate Mantine v7, the migration is extreme pain, almost the whole app doesn't work / doesn't look the same. You basically need to rewrite most of the stuff, I am like 10 hours in and have maybe 20% done? End of Mantine rant Btw thank you for your great library ❤️ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to correctly import layouts https://icflorescu.github.io/mantine-datatable/styling/ |
Beta Was this translation helpful? Give feedback.
You need to correctly import layouts https://icflorescu.github.io/mantine-datatable/styling/