Question on tooltips

Tooltip

Hi,
On7.11 In row for grid at component level, we can see tooltip help but the tool tip is not showing on that value. We need to show the tooltip on field level. Can any one guide how can we achieve that? Use case is we are showing true/false values in a column in grid & if it is false, we need to show tooltip help.

Thanks

OriginalPostID-192940

OriginalPostID-192940

  Discussion posts and replies are publicly visible

Parents
  • @rishub Just to let you know, the 'a!gridLayoutHeaderCell()' already has the 'helpTooltip' attribute and only this is the attribute which will help you in rendering the tool tip.

    Though the 'helpTooltip' attribute is associated with a component being used in row, it won't have any significance. Because the tool tip part is already being taken care of by the 'a!gridLayoutHeaderCell()' in the editable grid.
Reply
  • @rishub Just to let you know, the 'a!gridLayoutHeaderCell()' already has the 'helpTooltip' attribute and only this is the attribute which will help you in rendering the tool tip.

    Though the 'helpTooltip' attribute is associated with a component being used in row, it won't have any significance. Because the tool tip part is already being taken care of by the 'a!gridLayoutHeaderCell()' in the editable grid.
Children
No Data