Download table generated by node-red-node-ui-table node to local machine

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?

Solved it!!!
Refer Here: Ui-table supports ui_control - #53 by CreativeWarlock

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.