This topic is locked
[SOLVED]

 List Checkbox select/deselect event

10/11/2020 3:07:22 PM
PHPRunner General questions
M
morellif author

When in a table list view I would like to manage the select/deselect event of the selection checkbox.

More in detail I would like to update a total amount shown on the list page that sums the amounts of the selected rows.

I did not find out the way so far. Any help would be greatly appreciated!

Thanks, Franco

Sergey Kornilov admin 10/12/2020

Check this article for inspiration. It explains how to execute your code when one of checkboxes is selected:

https://asprunner.com/forums/topic/24994-how-to-implement-selected-checkboxes-counter/

M
morellif author 10/13/2020



Check this article for inspiration. It explains how to execute your code when one of checkboxes is selected:

https://asprunner.com/forums/topic/24994-how-to-implement-selected-checkboxes-counter/


Thanks for the help, it's just what I was looking for! I will start from that, additionally tryng to figure out how to retrieve the id of the checkbox and eventually the value on the row I want to sum