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
Edward GeeEdward Gee 

Can we display a result set by cell instead of by row in a table?

If I understand correctly, it seems you can only display result sets as one item per row on a dataTable.  What if I wanted to display the result set in a more compact way?  For example, if I had 20 items in my result set, I would like to see it in a 5x4 matrix of cells instead of 20x1 matrix of cells.  Would that be possible using Visualforce and how could that be accomplished?

- Ed
David VPDavid VP

Check out apex:repeat and / or apex: panelGrid tags.
These should get you going.


David



Message Edited by David VP on 10-04-2008 11:41 AM