Skip to main content

Hi,


I’m looking for a way to display help text when the user hover over table header / render a helptext icon near the header and display help text on click of that icon.


Is there any possibility for this?


I’m also aware of the global merge syntax


$Model.OpenTasks.fieldsMap.Secondary_Owner__c.inlineHelpText


But I want to display it when the icon is clicked

The easiest way to accomplish this would be to add a button set directly above the table and label the button help.


If you are on a recent version of Skuid (15.x or beyond) the table headers will accept custom HTML. This would let you add your own help icon - with a hover - that retrieved the help text through merge syntax. This isn’t exactly a “no code” solution. But it lets you be as flexible with the implementation as you want.


Reply