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
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')