Hi, I'm following this guild:
http://noderedguide.com/tutorial-node-red-dashboards-creating-your-own-ui-widget/, to create a table. The final table will read a boat load of sensor data and im hoping to make each row clickable to expand on the information on the record.
In the guide; msg.payoad in a JSON object which is passed to the template node. The template node then uses this to populate a table using ng-repeat. I've attached screenshots of my (almost) identical code, yet my output does not populate the table, any ideas?
Also, is there a way to make each row 'clickable' with onClick event?
Cheers! Ross