Lupennat / nova-expandable-many

Laravel Nova Expandable Many
MIT License
4 stars 3 forks source link

Register trait #2

Closed Keko-94 closed 7 months ago

Keko-94 commented 7 months ago

Hey!

Thanks for your amazing packages.

I use this package aswell : https://github.com/dcasia/column-toggler and this one uses a trait to override indexFields(). I can't register both traits, how can I make it work together ?

You wrote in the readme: "if you already register a custom overide of indexFields you can do it manually without using provided trait." How can I achieve that ?

Thank you!