Show Filament Table/Form inside an Infolist tab?
Hi, is there a way to load a Filament Table or Form inside an Infolist tab?
I saw the option to create a Custom Entry class: https://filamentphp.com/docs/3.x/infolists/entries/custom#custom-classes
But these classes extend the
Filament\Infolists\Components\Entry
class, which is not a Livewire class. Can somebody point me in the right direction (or tell me it's not possible π )?Solution:Jump to solution
you can ultilize this to add a table/form to the infolist
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
i have not tried it yet, but i tried load an infolist in a form so i guess it might work in your situation...
1 Reply
Solution
you can ultilize this to add a table/form to the infolist
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
i have not tried it yet, but i tried load an infolist in a form so i guess it might work in your situation