Everything is working exactly as needed and expected except the link just shows the IP:1880 and some combination of msg.payload.map not the actual URL contained in the payload.
On review of our docs, we never actually call this out explicitly, which is poor form on our part. I've opened a Pull Request to add a "Working with Variables" section as one of the first reading points in the ui-template documentation.
That breaks the whole table (nothing loads in the group at all), so it looks like I will just need to keep trying combinations of : and {{ and " to see what I can find works... I have been 'caught' with the : in the past day or so working with this stuff, so there is something about when to use them and when not to that I don't understand.
Thanks for the tip/reminder about them.
Dash 2.0 means I've had to try and learn some coding stuff the past few months, its been very hard.
The 'well formed' HTML was from a guys website talking about building responsive tables for Wordpress sites.... ie, it was not me. I have no idea how it works, it just does now thanks to your extra bit of code.
The next trick is for me to figure out how to build a loop in a function node that makes the HTML code to feed into the ui-template node based on the msg.payload array length since HTML tables cant show missing data it would seem.
Should be 'fun'....
Thanks for your help on this URL, I would not have ever figured it out and search results are still very sparse for using HTML code in the 2.0 template node.
Vuetify does not have any any responsive data tables and it was my understanding that dash 2.0 cant inform the vuetify code when to invoke any dynamic changes (same with the soon coming tabulator node), so hence me using HTML with a lot of CSS to make the responsive data tables.
There is nothing on that linked page that looks like a responsive table, so am unsure what 'joy' there is?
I've read that several times and the fault is entirely mine.... I am not a programmer and thus reading documentation written by programmers for programmers is just out of my reach at the moment.
Perhaps in a year or so once I achieve this goal of converting my dash 1.0 site to dash 2.0 I will have learned enough programming to be able to make better use of pages like that.