Table seems not display correctly (like missing css)
Hi,
I try to use Filament component outside of the filament-app
I use Livewire to draw filament-table and display in blade file
In tailwind config I already put the vendor blade inside and run npm production , clear cache,view,config but the table still show wried look.
and some function not show up like bulk action button, bulk select all not selecting all record.
per page is selected to 5 but still showing 6.
please help
Livewire/table
Livewire/table/view
blade file I include
@livewire('List')
2 Replies
Did you create a custom theme? https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
Also, did you add the scripts/styles for Filament to the front end? https://filamentphp.com/docs/3.x/tables/installation#configuring-your-layout
Thank you solve by add script and style . I totally blind of this document page.