BulkAction: an action relating to clicking on items (selecting them).
I have a table with a list of invoices to be paid. I would like to achieve such an effect that when I click on individual items (bulk action), each time I select an item in the window above (placecholder?) the total of items clicked increases. Is this possible?
2 Replies
That already happens doesn't it with the select list? Otherwise you should be able to user a $table->getSelectedRecords() or similar
What I mean is that when I click individual checkboxes (table rows), I want to be able to sum up a column, e.g. Net Amount from each selected row (somewhere up on the table in some placeholder window). This should update with each checkbox click.