Hi,
I am using table records widget, this have one boolean column, so user can able to select like active/inactive (i use checkbox for that).
And source is from Webservice, and i am assign source to Table Records with local variable which is from webservice data.
Here Table Records have Line Count to 10, and user selects in runtime active/inactive, and i have one checkbox in header, use is select all to active/inactive.
Now what i need / looking to is,
1) header checkbox will automatically checked, if all records is checks, if user uncheck any record, the header uncheck automatically, i can able to do for first page, since Table Records have line count to 10, i cannot able to check for next page.
2) my question is how to get full Table records list in each onchange checkbox, i only get list it shows in Table Records.
Is any other way i can get all the records?
Thanks,
Balu