Infolist/form not appears in relation manager
I have a relation manager that get displayed in the resource edit page. The table is rendered correctly but there is no form neither infolist appears in the page.
I couldn't find the reason of the problem, I also tried to upgrade to the recent version and run filament:upgrade but nothing happen.
7 Replies
I tried using ManageRelatedRecords and same occurs
Can't I display a form/infolist with a table in the the same page?
I want to achieve something like this
@kool The code of the Demo page is in Github, have you looked at how the have made it?
https://github.com/filamentphp/demo/blob/main/app/Filament/Resources/Shop/OrderResource.php
Infolist it never used on Edit Page.
It is https://filamentphp.com/docs/3.x/forms/layout/placeholder
I didn't know about, I think it is a recent feature.
I managed to solve it using the approach in the demo, using a sub resource navigation.
I created two pages one for relations and one for viewing details and can navigate between them
thank you @Tieme