kool
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.
14 replies
Export a resource model with a HasMany relation
I have order resource that I need to export order with its items (each order has a number of items). So how can I use/customize ExportAction in order to achieve that detailed export
Example: given 4 orders with two items each has 2 so a total of 8 records to be exported
7 replies