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
MelliottMelliott 

Options for a table to show static data/checkmarks

I need to create a table that has option names going down the side with columns with check boxes (not fields but images could be bullets) to show that the options go with the packages that are going across the top.  This will contain no field data just informational.  Similar to this.  http://www.salesforce.com/crm/editions-pricing.jsp  But instead of the the options being in each column they would be down the side.  And obviously not as tricked out as SF site.  LOL.  Anyone have some shell code, I can add too or tweak.  

bob_buzzardbob_buzzard

There's probably a number of ways to do this - I usually create custom classes to represent rows and columns and then iterate these via repeats.  I wrote a blog post that has an example of this - its managing account information, but the principle should work for any data:

 

http://bobbuzzard.blogspot.com/2010/09/rotating-visualforce-table.html