ManyToMany Relationship Attach Action on Custom Table
Is it possible to make AttachAction work? I know I can create my own action button but just wanna know if I can use the default AttachAction to make things cleaner
Solution:Jump to solution
Fixed it with this
```
public function table(Table $table): Table
{
$merchant = MerchantResolver::resolveMerchant();...
1 Reply
Solution
Fixed it with this