Icons for results

How do we incorporate icons into the gridview results.
Could you please guide me in the right direction?

Hey Melissa,
The SquaredUp server allows you to access local files or incorporate emojis.

To display icons (i.e images) , simply use the img tag and specify the image’s location:

The “/images” folder is located within “/inetpub/wwwroot/”. You can adjust the width and height as desired.

These settings can be customized within the Grid Columns for external data.

Hey Mellissa,

You can find a write up here with some examples: https://github.com/squaredup/samples/blob/master/mustache-and-custom-labels/if-statements.md

Hope this helps!