How to use Infolist in a Custom Page?
Is there a way on how can I use the Infolist builder in a Custom Page (the one that extends with Page and not with Component)
Solution:Jump to solution
Just created a livewire component that uses the HasInfoList and InteractsWithInfolist trait
Then called that component in the filament page...
3 Replies
Solution
Just created a livewire component that uses the HasInfoList and InteractsWithInfolist trait
Then called that component in the filament page
Could you please share the code @NullPointer . I am struggling with this matter for 2 days. 😫
You can create a livewire component the use the HasInfoList trait on it
Then call the created livewire component in the view of the custom p[page