Skip to main content
Nintex Community Menu Bar
Question

Display Inline Help Text for table fields

  • July 12, 2024
  • 2 replies
  • 40 views

Forum|alt.badge.img+3

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

2 replies

Forum|alt.badge.img+17

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


Forum|alt.badge.img+17
  • Nintex Employee
  • July 12, 2024

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.