Checkboxes in Interactive Report - Select All
I have a bit of a sticky situation. I have checkboxes in an interactive report I implemented using information from [http://apex-smb.blogspot.com/2009/01/apex-report-with-checkboxes-advanced.htm]. Now I have a need to be able to check all and uncheck all. Preferably from a checkbox in the title field from the column. However, I want to extend it so the check all and un-check all only effects visible rows.
Any ideas? Because of the AJAX, it seems the easiest way would be to programatically go to each checkbox with javascript and if its status is wrong flip it triggering the onClick event for each one.
Edited by: David Pulliam on Apr 30, 2009 10:47 AM