Hi,
I currently have a report with pagination, that displays 20 records at a time. In total, there are 600 records.
Within this report, I also have a checkbox column for every record. Based on this, my queries are as follows:
1) I want to incorporate a "Check All" feature, so based on my scenario which displays 20 records (total of 600 records overall), when I press the "Check All" checkbox, I would actually like to check all 600 records and not just the 20 per pagination.
Is this possible with javascript as the total number of records will vary? If so, any help would be appreciated?
2) Same concept as point (1), if I have a "Submit" button, I actually want to validate that all 600 records have been checked, even though I am only looking at 20 records at a time
Is this possible? If so, any help would be appreciated?
Thanks. Tony.