Making tabs for edit page
There used to be a package for version 2:
https://github.com/aymanalhattami/filament-page-with-sidebar
Unfortunately doesn't support V3 yet (there's a push for it, but in testing, it doesn't work). I see issues reported for that, but for now, is there a Filament way to do some kinda tabs like that plugin does?
On the
I want to move them into tabs, where you select a tab to view those
My example:
I would like tabs where you can edit the litter, or just view the puppies - within the same
Maybe this isn't possible... let me know
https://github.com/aymanalhattami/filament-page-with-sidebar
Unfortunately doesn't support V3 yet (there's a push for it, but in testing, it doesn't work). I see issues reported for that, but for now, is there a Filament way to do some kinda tabs like that plugin does?
On the
edit page, there will be the edit form and the relationship manager table under thatI want to move them into tabs, where you select a tab to view those
My example:
Litters (resource) has Puppies (relationship manager)I would like tabs where you can edit the litter, or just view the puppies - within the same
LittersResource, so you don't scroll down to see Puppies, you just select the tab...Maybe this isn't possible... let me know