Accessing the selected records before firing a bulk action
Hello, is it possible to access the selected records somehow before firing a bulk action, maybe using javascript or if there is a function that let's me access them as soon as i select them?
3 Replies
Hi, you could do this for example with a custom BulkAction:
You also have the
before()
method:
actually i want to access the selected records before i click the action, before is not working until i click the the bulk action
oh gotcha