Skip to main content
June 15, 2023
Question

displaying icon in the header of the grid

  • June 15, 2023
  • 3 replies
  • 0 views

Can we display icon(info icon) next to the header a table grid

3 replies

harshitb6843
June 15, 2023

You cannot display Appian's styled icons but you can display Unicode characters there. You can find them here - http://xahlee.info/comp/unicode_geometric_shapes.html

Don't just paste them directly rather use their code in the char() function. 

June 15, 2023

Can you share some examples wher i can see how it is used?

harshitb6843
June 15, 2023

a!gridColumn(
        label: concat(char(9925),"Column Header"),
        value: {}
      )