a!iconIndicator icons not displaying

Hi ,
our icons are not displaying where a!iconIndicator is being used? Any pointers would be greatly appreciated

OriginalPostID-273151

  Discussion posts and replies are publicly visible

Parents
  • Hi Surendrab,

    richtext will not work in grid columns, If you want to show icon with text in your grid then you have to go with two columns for one value. it is like one column for icons / images and another for text content.

    example: {
    a!gridImageColumn(
    /* Icon or images */
    ),
    a!gridTextColumn(
    /* Text value repect to icon/image */
    )
    }

    In this case don't give label for image column so that it looks good and also solve your problem
Reply
  • Hi Surendrab,

    richtext will not work in grid columns, If you want to show icon with text in your grid then you have to go with two columns for one value. it is like one column for icons / images and another for text content.

    example: {
    a!gridImageColumn(
    /* Icon or images */
    ),
    a!gridTextColumn(
    /* Text value repect to icon/image */
    )
    }

    In this case don't give label for image column so that it looks good and also solve your problem
Children
No Data