Reacting on bulk action checkbox selection
Hello!
Is there a way to react on a bulk action checkbox selection in the table builder?
I have a table with bulk actions and I would like to automatically add a filter related to the selected row(s) when a row is selected/deselected, is this possible?
2 Replies
Selecting/deselecting rows is happening on the frontend, you would need some custom JS to listen for changes on the checkboxes.
Thanks for the reply, it would be cool to have the option to entangle selected records, I'll try something and maybe propose a PR