You need to sign in to do that
Don't have an account?
VF Column Sub-Headers within a Section (not a facet)
I have been looking for hours over the past few weeks for a solution to what I think must be a common issue. My client is requesting that I change a custom object to display two columns (ok, got it) but need headers to designate column 1 as "Standard" and column 2 as "Unique". Ideally, these would be headers within the section. I would prefer to go declarative, but this isn't possible, unless I use the FLS "read-only" trick. The problem with this is that it looks awful, and I need to repeat it for many different sections. I suggest to just go with actual sections labeled differently (much less work), but the client is insistent on utilizing sub-headers.
Does anyone know this can be accomplished using VF? The only information I can find is in regards to apex:dataTable, but I do not actually need a table, just the layout.
Note: The image shows only column 1 with a subheader, but need a subheader for both columns.

Does anyone know this can be accomplished using VF? The only information I can find is in regards to apex:dataTable, but I do not actually need a table, just the layout.
Note: The image shows only column 1 with a subheader, but need a subheader for both columns.
Here's a snippet of what your Visualforce markup may look like:
All Answers
Here's a snippet of what your Visualforce markup may look like: