CSS not being applied to my tables
So I am completely new to filament, I just installed filament into my app. I followed the steps provided by the documentation. I am working on laravel.
Basically my steps were:
- Installed filaments/table only
- then installed filaments
(tailwind i already had installed before, so i skipped all the tailwind installation steps)
- added @FilamentStyles and @FilamentScripts as stated to my main layout
- added (@import '../../vendor/filament/tables/resources/css/index.css';) to my app.css
- in my already existing livewire component, i added hasaction, hastable and hasschema and their use tags
- i added a table function that loads my table
it loads but i dont see any css applied to it, am i missing something?
Basically my steps were:
- Installed filaments/table only
- then installed filaments
(tailwind i already had installed before, so i skipped all the tailwind installation steps)
- added @FilamentStyles and @FilamentScripts as stated to my main layout
- added (@import '../../vendor/filament/tables/resources/css/index.css';) to my app.css
- in my already existing livewire component, i added hasaction, hastable and hasschema and their use tags
- i added a table function that loads my table
it loads but i dont see any css applied to it, am i missing something?
