Template node with size=zero

I have a dashboard (2.0) using template nodes. I split the JS script across multiple templates nodes, to allow a modular architecture and let each template send/receive only the messages it needs.

All works perfectly. However, even though these templates have only a <script> section and no UI elements, each one consumes at least 1x1 screen space. Is there a way to make them completely invisible, like CSS templates?

I tried assigning the templates to a "Hidden" group, but this group still appears as an empty space on the page.

1 Like

Try setting the class to d-none

A post was split to a new topic: Override a widgets default container (Div) and "plug" it into a specified Div

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.