How to use Filament Admin's Multi-Relation table outside of Filament Admin panel.
Picture attached shows what I'm talking about.
I'm using Filament Tables and Forms for an application I am making and realized I could greatly benefit from this feature. I've read the Table docs and didn't find anything on it.
Is this even possible? As is is there any PHP class I can extend/implement to get this in one go?
Or is there a suggested workaround? I guess a workaround would be to just make tabs in HTML and just, switch?
1 Reply
you just use a table builder
a relation manager is just a small wrapper around the table builder
have a look at the RelationManager class to see what i mean