How to edit delete bulk action
Hi is it possible when it is selected one record that in mine modalDescription write delete this use with name... and when is selected more to write do you wan to delete this users
4 Replies
Solution
You can adjust the modal description via
->modalDescription()
. Like
That solution does not works for me $users name is empty i am using these code
Does your model have a
name
column?
What's the content of $records
? Maybe they aren't available in ->modalDescription()
I did it, this is the code that works for me, first time i apply on the wrong resource