Lupennat / nova-expandable-many

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

Actions do not work when selecting a record #6

Closed DanOliveira98 closed 2 months ago

DanOliveira98 commented 4 months ago

When selecting the records, it would be interesting to bring the actions to be executed by the expandable.

image

Lupennat commented 2 months ago

Hi DanOliveira, Sorry for my late reply.

The support of actions, relating to different resources, is in fact only managed by Nova in the detail pages and not in the index pages. This is why I do not envisage support for custom actions, but only for Nova's native actions (replicate, edit, delete, restore).