Hi,
I have a variable number of "devices" whose property values are stored in a json object.
I wish to create a dashboard page that shows the property of those devices on individual cards.
(One card per device).
The cards should be responsive.
So, since the number of devices is unknown, I figured the way to approach this is using the template node.
I sorta have it working:
- I have a tab.
- I have a group.
- I have the template node.
Since the template node is creating all the cards, I need the group/template node to use the full browser canvas.
But I can only seem to set the width (of the group) and the width and height (of the template) in terms of grid units, where each unit has a fixed pixel width.
How do I get past this?
Or perhaps, I'm approaching the whole thing wrong?
s.