You need to sign in to do that
Don't have an account?
sebipinn
Adding checkmarks on StandardSetController list or apex:table in general
Is there a way to add a Checkmark to a column? I know that there are Boolean (Checkbox) fields and when these are set to TRUE, Salesforce usually shows them with a check mark. I have a page where after a method is processed, I want to indicate somehow that particular rows or records were affected, or were successful, or whatever you want.
I only started developing a couple months ago so I am unsure if I'm using the wrong terminology, but I hope someone understands what I am trying to accomplish.
Any immediate help is greatly appreciated.
Thank you
If I understand you correctly, this will probably help. For your case you'd probably want to augment the standardsetcontroller with an extension rather than go full custom controller but that's up to you :)
http://wiki.developerforce.com/index.php/Wrapper_Class
From that article...