I have checkboxes in several, but not all columns in my interactive report. Not all rows have a checkbox, depending on other conditions the rows will have check boxes.
In any column, checkbox can be individually selected, or all checkboxes in a column can be selected by selecting the checkbox in the column header of that column.
When I use
<input type = "checkbox" onclick="$f_CheckFirstColumn(this)">
in the column headers of the columns with checkboxes, and select the checkbox in the column header, it selects checkboxes not only in the rows of that column, but the checkboxes in rows associated with other columns also get selected.
How can I restrict the selection of the checkboxes in the rows in the column where the checkbox has been selected in the column header?
Can you help?
Thank you,
Anil Kapuria