Relationship Manager - Custom Title Attributes?
I need to refine the title attribute for the select in the relationship manager attaching method. Any suggestions on the way to handle this? I need a few columns
Solution:Jump to solution
Solved it, use custom attached action i.e.
```php
Tables\Actions\AttachAction::make()
->form(fn (AttachAction $action): array => [...
1 Reply
Solution
Solved it, use custom attached action i.e.