Multiple add actions on repeater
I have to make something like "bulk add", where a user will be able to upload a spreadsheet to add items to a repeater. The normal add action should still be present, so it needs to be a new action.
Is there a way to add custom actions to the overall repeater itself, not each item?
4 Replies
someone just asked this recently
See:
https://discord.com/channels/883083792112300104/1282617967523139585
If possible i wanted to have the action on the repeater.
This did give the idea of having it on a section, so I'll give that a try if it's not possible to add the action to the repeater.
Thank you very much.
so like? extraItemActions
https://github.com/filamentphp/filament/discussions/9904
GitHub
V3 Repeater: Adding an extra actions near of the current actions · ...
same feature exist in https://filamentphp.com/docs/3.x/actions/modals#adding-an-extra-modal-action-button-to-the-footer Repeater have these action objects ->addAction() ->addBetweenAction() -...
No, not an action for each item, but another overall action. For example in either of these 2 places.