I have a table "template" which is used in various "instances". All instances have checkboxes in the second column (for record-delete).
What would be the most effective way of traversing the table and check if at least one checkbox is selected (to enable a "delete" button)?
Thanks! Maik