Replies: 1 comment
-
I fixed it! Had to add my livewire folder to Like this:
Now it's working like a charm even in Laravel 9 Jetstream. |
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.
-
First of all.. Great table! I love it..
My problem is that when trying to set it up in Laravel 9 Jetstream I can't add colors to my table, buttons, or anything inside the table. I use the same CSS classes as yesterday when I set it up in Laravel 9 Breeze but it doesn't want to show colors in Jetstream (only the default gray, white and black are possible.) Everything else except colors is working. Isn't it possible in Jetstream or am I missing something?
I guess this has something to do with the CSS purge, It dosent help to put the
'./vendor/rappasoft/laravel-livewire-tables/resources/views/**/*.blade.php',
in tailwind config doe.I really would love some colors on my buttons.
This is how they look right now:

This is how they look with the same code, CSS, and setup in Breeze (this is how I want them):

Here is how my ButtonGroupColumn is looking:
Beta Was this translation helpful? Give feedback.
All reactions