Custom table on resource edit page
I want to add a custom table to show the summary. I have built the module using the filament resource. I couldn't find a way to add custom page to the edit page of the resource class.
2 Replies
Found a way by creating a custom view and livewire compoment
as a temporary solution, if anyone has an idea how we can properly implement it.
Hi,
First, be aware that summaries do exist in Filament: https://filamentphp.com/docs/3.x/tables/summaries
So, you found out how to create a custom view with a livewire component. Now, why do you name it a "temporary solution"?