-
Hi, First of all, thanks for build this package. I'm new with this awesome tables and first time install this package. Currently i'm facing a problem, which by default the table has been set as dark mode in tailwindcss. So here, i'm asking for help if anyone has face the same problem. I'm not set the class as dark, so as expected, it should be light mode. What i've done
Below is my composer.json
Below is the example table Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Just figure out that the datatable theme change based on the browser theme. I have to change the browser theme to the light mode, and it will affect the table theme mode to the light mode. |
Beta Was this translation helpful? Give feedback.
-
SOLVED Solve this issue by defining darkMode: 'class' in tailwind.config.js
|
Beta Was this translation helpful? Give feedback.
SOLVED
Solve this issue by defining darkMode: 'class' in tailwind.config.js