Editable Column dashboard-2

Hello guys,
I have this issue.
i have two table, the first pass the selected rows to the second and it works, but i need also to add to the second table an additional editable column where insert the quantity.

Could someone help me?

Blockquote[
{
"id": "055988584a4c23c5",
"type": "ui-table",
"z": "b434fcd160ae1717",
"group": "cac3543a36d8ba07",
"name": "ARTICOLI A SISTEMA",
"label": "text",
"order": 0,
"width": 0,
"height": 0,
"maxrows": "22",
"passthru": false,
"autocols": false,
"showSearch": true,
"selectionType": "checkbox",
"columns": [
{
"title": "CODICE",
"key": "No"
},
{
"title": "DESCRIZIONE",
"key": "Description"
}
],
"x": 1620,
"y": 440,
"wires": [
[
"a5215a4aa5d16e27",
"82e67d9ebab1e737",
"1adad6ee3fa2c4ab"
]
]
},
{
"id": "82e67d9ebab1e737",
"type": "function",
"z": "b434fcd160ae1717",
"name": "Add QTY",
"func": "msg.payload = msg.payload.map(row => {\n row.QTY = 0; \n return row;\n});\nreturn msg;",
"outputs": 1,
"timeout": "",
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": ,
"x": 1880,
"y": 480,
"wires": [
[
"a5215a4aa5d16e27"
]
]
},
{
"id": "a5215a4aa5d16e27",
"type": "ui-table",
"z": "b434fcd160ae1717",
"group": "cac3543a36d8ba07",
"name": "ARTICOLI A SISTEMA",
"label": "text",
"order": 0,
"width": 0,
"height": 0,
"maxrows": 0,
"passthru": false,
"autocols": false,
"showSearch": true,
"selectionType": "none",
"columns": [
{
"title": "CODICE",
"key": "No"
},
{
"title": "DESCRIZIONE",
"key": "Description"
},
{
"title": "QTY",
"key": "QTY"
}
],
"x": 2220,
"y": 380,
"wires": [

]
},
{
"id": "cac3543a36d8ba07",
"type": "ui-group",
"name": "My Group",
"page": "6fd83310fcbffa0e",
"width": 6,
"height": 1,
"order": -1,
"showTitle": true,
"className": "",
"visible": true,
"disabled": false
},
{
"id": "6fd83310fcbffa0e",
"type": "ui-page",
"name": "Page 1",
"ui": "16876366c45e6375",
"path": "/page1",
"icon": "home",
"layout": "grid",
"theme": "119db30f0b90a5d0",
"order": 2,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "16876366c45e6375",
"type": "ui-base",
"name": "My Dashboard",
"path": "/dashboard",
"includeClientData": true,
"acceptsClientConfig": [
"ui-notification",
"ui-control"
],
"showPathInSidebar": false,
"navigationStyle": "default"
},
{
"id": "119db30f0b90a5d0",
"type": "ui-theme",
"name": "Default Theme",
"colors": {
"surface": "#ffffff",
"primary": "#0094CE",
"bgPage": "#eeeeee",
"groupBg": "#ffffff",
"groupOutline": "#cccccc"
},
"sizes": {
"pagePadding": "12px",
"groupGap": "12px",
"groupBorderRadius": "4px",
"widgetGap": "12px"
}
}
]