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

**URL:** https://discourse.nodered.org/t/download-table-generated-by-node-red-node-ui-table-node-to-local-machine/60244
**Category:** General
**Created:** [23 March 2022 14:17 UTC](https://discourse.nodered.org/t/download-table-generated-by-node-red-node-ui-table-node-to-local-machine/60244 "2022-03-23T14:17:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Utkarsh](https://avatars.discourse-cdn.com/v4/letter/u/e9bcb4/32.png) [@Utkarsh](https://discourse.nodered.org/u/Utkarsh)
#### Post date: [23 March 2022 14:17 UTC](https://discourse.nodered.org/t/download-table-generated-by-node-red-node-ui-table-node-to-local-machine/60244/1 "2022-03-23T14:17:52Z")

</div>

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:

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/3/4/34d605b42e18e822005f6c5d30fd074a473fa031.png)

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?

---

<div class="post-metadata">

### Author: ![Utkarsh](https://avatars.discourse-cdn.com/v4/letter/u/e9bcb4/32.png) [@Utkarsh](https://discourse.nodered.org/u/Utkarsh)
#### Post date: [24 March 2022 07:16 UTC](https://discourse.nodered.org/t/download-table-generated-by-node-red-node-ui-table-node-to-local-machine/60244/2 "2022-03-24T07:16:16Z")

</div>

Solved it!!!  
Refer Here: [Ui-table supports ui\_control - #53 by CreativeWarlock](https://discourse.nodered.org/t/ui-table-supports-ui-control/18870/53)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [7 April 2022 07:16 UTC](https://discourse.nodered.org/t/download-table-generated-by-node-red-node-ui-table-node-to-local-machine/60244/3 "2022-04-07T07:16:18Z")

</div>

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