Custom table in the resource page
I wondered it is possible easily to render a custom table with custom query under the resource page relation manager or between the form and relation manager?
3 Replies
I don't think you can between, check the resource hooks? But you can build a Livewire component and render that with a hook. Or a widget below them both?
It might be, you could do a PR for more render hooks
Oh, okay i will try it. Thanks the idea
Resource hooks? You mean render hooks?
Maybe you will be better off creating a custom page. You can extend its class from one of the base resource pages of Filament (like EditRecord, etc) to have the base functionality of forms, tables and RelationManagers, and then easily add your custom stuff on top.