4.2.1
thm: 2
Hi,
I have a classic report with a apex_item.checkbox2 as the first column. I also had to add a "select all" checkbox in the header. I did that by adding this to the column heading
<input type="checkbox" onclick="$f_CheckFirstColumn(this)" />
However, there is a requirement where in I need to disable this "heading" select all checkbox (the row level remain) when a certain field is not populated.
E.g If : P2_fLAG which is a page item is null, then the heading select all check box should be disabled.
Is this possible?
thanks,
Ryan