Relation manager layout design
I want to make the relation manager and the form in one row, instead of making them in 2 rows.
is there any way in filament to do that ?
Solution:Jump to solution
Look at the class for EditRecord and the view https://github.com/filamentphp/filament/blob/3.x/packages/panels/resources/views/resources/pages/edit-record.blade.php
GitHub
filament/packages/panels/resources/views/resources/pages/edit-recor...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
10 Replies
@Leandro Ferreira do you have any idea, please ?
You would have to do a custom page for this, with its own layout. But should be easy enough if you look at the filament view.
How to call relation manager on custom page view?
Solution
Look at the class for EditRecord and the view https://github.com/filamentphp/filament/blob/3.x/packages/panels/resources/views/resources/pages/edit-record.blade.php
GitHub
filament/packages/panels/resources/views/resources/pages/edit-recor...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
Panels is just an opinionated preconfigured class and view. But it’s still just using the individual filament packages.
There should be an option to have the form and the relation manager in the same tabs.
i made it using custom view, thank you
useful tip, but in my case i need the 2 sections separatly
is there any way to use relation managers as table bellow table instead of tabs ?