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
Matt FolgerMatt Folger 

Way to generate an exploded record view?

Hi, trying to build a query page using some front-end / back-end query logic that I developed earlier, but rather than render this like a table format:

Like this:
User-added image

I'd like it to be an exploded record view, like this:

User-added image

However this above screenshot of the exploded view is using 3rd party software that I'm having difficulty integrating with the front end query variables, so I'm unable to use it (at least presently).

Thanks in advance for anyone who replies!
Best Answer chosen by Matt Folger
Matt FolgerMatt Folger
I'm looking at the VF dev guide, was hoping for some very easily defined field like "Table/PrintList" etc, but apparently that doesn't exist as a simple variable type in which the platform handles the rest of the rendering.  

Does anyone know of any github, or otherwise available code that would do what I'm looking for?