DataTable in Visualforce
DataTable in Visualforce
I know this might be a little bit of a tricky question to ask, but I am not sure where else to go. When using the datatables plugin in Salesforce, I am using a wrapper class to wrap all of my data and provide a boolean attribute for record selection using checkboxes. This portion of it works fine from the presentation layer, and all records appear selected or not selected appropriately. However, when I click the button to actually commit the records to the database, only the records that are currently visible in the table are actually committed. All records included in any other table page not currently visible are considered not selected and are treated as such when committing. I don't know if anyone has any experience with this plugin with Salesforce, or just any suggestions in general. I can post code if requested.
This discussion has been closed.
Replies
Allan
Allan
Could you please explain some more how to solve this issue?
I'm kind of stuck with these scenario, actually the same as this:
http://salesforce.stackexchange.com/questions/21871/how-to-submit-all-wrapper-class-records-using-datatables-net-jquery-plugin-ape