Hello,
I have created a ui-table for sensor data. I would like to download it using a download button in the dashboard on the local machine. Node-red is not running on the same machine.
Following is the Screenshot of table:
Any Idea how to do that?
I tired to pass msg.ui_control = { "tabulator":{ "command":"download", "arguments":[ { "type": "csv", "name": "feeder41.csv" } ] } } }
using a function node
But it is not working as intended. What am I missing here?