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
parkerAPTparkerAPT 

Leveraging Hover Detail (helpText) inside a pageBlockTable

All,

Is there a way to leverage the hover text ability of the pageBlockSectionItem within a pageBlockTable?

I understand how I can customize the hover text for a pageBlockSectionItem via the helpText attribute.
However, when I try to use the pageBlockSectionItem inside a column, the hover text does not get rendered.

Has anyone run into this problem before and have a solution that uses the built in Apex Components?

Thanks
Parker
jwetzlerjwetzler
You shouldn't be using pageBlockSectionItem inside of a column... it's only appropriate as a direct child of pageBlockSection.

Right now there is no ability to specify help text inside of pageBlockTable.  I would encourage you to go to the ideaExchange and log an idea.