Skip to content

striped & highlightOnHover doesn't work #449

Answered by Tomycl
Tomycl asked this question in Q&A
Discussion options

You must be logged in to vote

Every file has been configured according to what you said, but I just realized that I made 2 mistakes here:
In layout.tsx, I wrote

import '@mantine/core/styles.layer.css';
import 'mantine-datatable/styles.layer.css';

as

import '@mantine/core/styles.css';
import 'mantine-datatable/styles.css';

The latter comes from the Mantine document(https://mantine.dev/getting-started/), but if I read your instructions(mantine-datatable/styling/) carefully, I won't make this mistake.

Anyway, thank you for providing such a great mantine-datatable library, which has been a great help to me!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tomycl
Comment options

Answer selected by Tomycl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants