Custom view with filament components
Hello devs. I want to create my custom view but include some filament components like filament data tables.
is this possible?
4 Replies
Yes.. sure
https://filamentphp.com/docs/2.x/tables/getting-started#preparing-your-livewire-component
check this, everything is custom page
Filament
Getting started - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
thank you @.valpuia
@.valpuia should I implement this in my resource file?
If you want that custom page inside your resource then Yes.. otherwise you can have separate "Pages"