function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bhaskar JyotiBhaskar Jyoti 

Read visualforce datatable content in apex controller

I have a visuaForce page with dataTable being populated from Apex controller. Then after changing a checkbox control in the dataTable, I want to read the whole dataTable data in the apex controller code(loop throough each row and do stuffs on them).
How can I do this? I have seen people saying Wrapper class, but not sure it will work or not.

regards
joon
sid.sehgal20sid.sehgal20
Can You please show code VF page & Controller?