Custom theme for a livewire component using a filament resource table
So I used a filament table to populate a livewire component and I'm trying to get it to display a custom theme but it doesn't work
Solution:Jump to solution
I needed to run
php artisan filament:install --scaffold --tables
npm install...
9 Replies
Sorry can’t help a „doesn’t work“ without any Information
vite.config.js
theme.css
table in livewire component
Trying to get it yto display as a grid in the livewire page
That should also work without a theme. Not sure whether it works combined with groups though. What is the issue?
First off, the styling isn't working the way it's supposed to be working. So I was trying to make it work by using a custom theme
But the custom theme isn't working too
Displays like this
inspect your console, what is shown
content.build.min.js:1
GET chrome-extension://njgehaondchbmjmajphnhlojfnbfokng/js/contentScripts/dom.js net::ERR_FILE_NOT_FOUND This It's been fixed
GET chrome-extension://njgehaondchbmjmajphnhlojfnbfokng/js/contentScripts/dom.js net::ERR_FILE_NOT_FOUND This It's been fixed
What was the issue?
Solution
I needed to run
php artisan filament:install --scaffold --tables
npm install