Hi,
I am trying to implement exactly this example: https://www.codeply.com/p/ys4Df2OLiE/vuetify-toggle-groups in node-RED but seem to fail doing so. I wonder if this should be possible and if so, how do I need to change the code to make it work with the msg.payload that is inserted into my ui-template instead of the demo data that is retrieved from an external API in the case of this example.
So far, I managed to create a basic vuetify data-table using the UI-template.
I’m using node-RED v4.1.0 and node-red-dashboard v1.26.0.
Thanks