• Bhaskar Jyoti
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
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