Introduction

The Grid Widget will display any text content as HTML (provided there is no conflict with the page structure, styles, scripts, etc).

There is no clear boundaries of what is supported and what might break a dashboard, and you should make tests for the HTML features you want to use.

General example

Your data contains a text field (called “html” here) with some HTML markup :

Grid HTML data

You can bind this field in the Grid :

Grid HTML binding

… and the HTML will be interpreted :

Grid HTML runtime

(this is from the same data as above)

This can be used for many customization cases, including displaying animated GIFs conditionally :

Grid HTML gif
Last modified: May 07, 2019

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment