How to customize the relation manager for the create button
Hello filament lovers
I've a relation manager for contacts
I've managed to customize the
and it works fine.
The thing is the method is marked as deprecated and says
I don't know what table() method
thanks
I've a relation manager for contacts
I've managed to customize the
Create Contact by overriding the method getModelLabel from the class Filament\Resources\RelationManagers\RelationManagerand it works fine.
The thing is the method is marked as deprecated and says
Override the table() method to configure the table.I don't know what table() method
thanks