✅Bulk Actions
as we know Splade has its Bulk action function we added more features to this action.
Modal Bulk Action
you can use bulk action to open the modal and we send selected IDs on the requests with, sprit so you can extract it and use it inside your modal or form to confirm an action.
you can use it like this
you can see there are 3 new attributes on the bulkAction()
method, type it can be modal or bulk, and href to the route of modal, and style of the bulk action button
Last updated