# Tabulator ui\_control callback

**URL:** https://discourse.nodered.org/t/tabulator-ui-control-callback/82166
**Category:** Dashboard
**Tags:** editable-list
**Created:** [18 October 2023 17:27 UTC](https://discourse.nodered.org/t/tabulator-ui-control-callback/82166 "2023-10-18T17:27:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![aziz.ham](https://avatars.discourse-cdn.com/v4/letter/a/f475e1/32.png) [@aziz.ham](https://discourse.nodered.org/u/aziz.ham)
#### Post date: [18 October 2023 17:27 UTC](https://discourse.nodered.org/t/tabulator-ui-control-callback/82166/1 "2023-10-18T17:27:32Z")

</div>

hi hello .  
here in this example I create a table and I make a dropdown columns the problem here is how I can make the table send me a callback when when i change the value of the "desart " columns  
this is the json code :

```auto
{
    "tabulator": {
        "columns": [
            {
                "title": "codeart",
                "field": "codeart"
            },
            {
                "title": "desart",
                "field": "desart",
                "align": "center",
                "editor": "select",
                "editorParams": {
                    "values": [
                        "choice 1",
                        "choice 2",
                        "choice 3"
                    ]
                }
            },
            {
                "title": "qteart",
                "field": "qteart",
                "align": "center"
            }
        ],
        "autoResize": true,
        "layout": "fitColumns",
        "movableColumns": true,
        "groupBy": ""
    }

```

---

<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: [17 November 2023 17:27 UTC](https://discourse.nodered.org/t/tabulator-ui-control-callback/82166/2 "2023-11-17T17:27:36Z")

</div>

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