Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello,
I have one service that return the html code, this html code generated based on condition of device properties. I want to display that HTML in Container, so how can I achieve this
Solved! Go to Solution.
Hello,
It sounds like what you want is to use the HTML TextArea widget.
It lets you show HTML in a container.
Regards,
Jens
Hello,
It sounds like what you want is to use the HTML TextArea widget.
It lets you show HTML in a container.
Regards,
Jens
Hello,
there are several ways to display HTML elements.
If the data ends up in a grid, you can set the Column Renderer to "HTML" and Format to "with Formatting".
An alternative is the value display. (Help Center)
Here you can also set Renderer "HTML" and Format "with Formatting".
Best regards
Marc