Dashboard 2 Tabulator

During my migration to Dashboard 2 i use @omrid01/node-red-dashboard-2-table-tabulator very often. Thx for your work.
All works fine in version 0.6.4. After migration to 0.7.0 my tabulator widgets - no other change - stay empty.
Does anyone have an idea or similiar findings, what have changed.
I use only one statement to build the table as standard :

return [ { "tbArgs": [ tab ], "tbCmd": "replaceData" }, null ]; 

Can you send me a simple (but complete) flow which demonstrates the issue, so that I can investigate it.

This is a simple example where I put RSS-Feeds (from a flow-variable) in Tabulator.

[
    {
        "id": "6197105479a2244b",
        "type": "link in",
        "z": "d75144ec30a8ab1b",
        "g": "44227347.ac94cc",
        "name": "Change In",
        "links": [
            "b67f5e0d6d4f3856"
        ],
        "x": 125,
        "y": 1660,
        "wires": [
            [
                "802884c5df97db6a"
            ]
        ]
    },
    {
        "id": "d9f818eacf143a87",
        "type": "ui-tabulator",
        "z": "d75144ec30a8ab1b",
        "g": "44227347.ac94cc",
        "name": "Linux",
        "group": "3588430b2ae6f9d5",
        "initObj": "{\n   \"height\": 630,\n   \"layout\": \"fitDataStretch\",\n   \"resizableColumnFit\": true,\n   \"responsiveLayout\": \"hide\",\n   \"headerVisible\": false,\n   \"columns\": [\n      {\n         \"title\": \"Titel\",\n         \"field\": \"href\",\n         \"formatter\": \"link\",\n         \"formatterParams\": {\n            \"labelField\": \"title\",\n            \"target\": \"_blank\"\n         }\n      },\n      {\n         \"field\": \"title\",\n         \"visible\": false\n      },\n      {\n         \"title\": \"Inhalt\",\n         \"field\": \"text\",\n         \"hozAlign\": \"left\",\n         \"formatter\": \"textarea\"\n      }\n   ],\n   \"data\": []\n}",
        "funcs": "",
        "allowMsgFuncs": false,
        "maxWidth": "",
        "events": "tableBuilt,rowClick,rowDblClick",
        "order": 2,
        "multiUser": false,
        "validateRowIds": false,
        "themeCSS": "",
        "themeFile": "",
        "tblDivId": "",
        "printToLog": false,
        "width": "6",
        "height": "1",
        "x": 550,
        "y": 1660,
        "wires": [
            [
                "e69525892639a515"
            ]
        ]
    },
    {
        "id": "e69525892639a515",
        "type": "switch",
        "z": "d75144ec30a8ab1b",
        "g": "44227347.ac94cc",
        "name": "",
        "property": "event",
        "propertyType": "msg",
        "rules": [
            {
                "t": "eq",
                "v": "rowClick",
                "vt": "str"
            },
            {
                "t": "eq",
                "v": "tableBuilt",
                "vt": "str"
            }
        ],
        "checkall": "true",
        "repair": false,
        "outputs": 2,
        "x": 810,
        "y": 1660,
        "wires": [
            [],
            [
                "802884c5df97db6a"
            ]
        ]
    },
    {
        "id": "802884c5df97db6a",
        "type": "function",
        "z": "d75144ec30a8ab1b",
        "g": "44227347.ac94cc",
        "name": "Get Linux",
        "func": "return [{ \"tbArgs\": [ flow.get('Linux') || [] ], \"tbCmd\": \"replaceData\" }, null ];",
        "outputs": 1,
        "timeout": "",
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 280,
        "y": 1660,
        "wires": [
            [
                "d9f818eacf143a87"
            ]
        ]
    },
    {
        "id": "3588430b2ae6f9d5",
        "type": "ui-group",
        "name": "Linux",
        "page": "391940949987e9c0",
        "width": "8",
        "height": 1,
        "order": 3,
        "showTitle": true,
        "className": "",
        "visible": "true",
        "disabled": "false",
        "groupType": "default"
    },
    {
        "id": "391940949987e9c0",
        "type": "ui-page",
        "name": "News",
        "ui": "6acf2f01cccf5446",
        "path": "/news",
        "icon": "home",
        "layout": "tabs",
        "theme": "461db92f9f45b9a6",
        "breakpoints": [
            {
                "name": "Default",
                "px": "0",
                "cols": "3"
            },
            {
                "name": "Tablet",
                "px": "576",
                "cols": "6"
            },
            {
                "name": "Small Desktop",
                "px": "768",
                "cols": "9"
            },
            {
                "name": "Desktop",
                "px": "1024",
                "cols": "12"
            }
        ],
        "order": 1,
        "className": "",
        "visible": true,
        "disabled": false
    },
    {
        "id": "6acf2f01cccf5446",
        "type": "ui-base",
        "name": "Data",
        "path": "/dashboard",
        "appIcon": "",
        "includeClientData": true,
        "acceptsClientConfig": [
            "ui-notification",
            "ui-control"
        ],
        "showPathInSidebar": false,
        "headerContent": "dashboard",
        "navigationStyle": "none",
        "titleBarStyle": "hidden",
        "showReconnectNotification": true,
        "notificationDisplayTime": 1,
        "showDisconnectNotification": true
    },
    {
        "id": "461db92f9f45b9a6",
        "type": "ui-theme",
        "name": "Default Theme",
        "colors": {
            "surface": "#ffffff",
            "primary": "#0094ce",
            "bgPage": "#d1fbc6",
            "groupBg": "#eeeeee",
            "groupOutline": "#cccccc"
        },
        "sizes": {
            "density": "default",
            "pagePadding": "12px",
            "groupGap": "12px",
            "groupBorderRadius": "4px",
            "widgetGap": "12px"
        }
    }
]
[{"href":"https://www.linux-magazin.de/news/flowblade-2-20-spielt-videos-via-sdl2-und-verbessert-synchronisation","title":"Flowblade 2.20 spielt Videos via SDL2 und verbessert Synchronisation","text":"Die Videoschnittsoftware synchronisiert Clips komfortabler miteinander."},{"href":"https://www.linux-magazin.de/news/libinput-1-28-unterstuetzt-ziehen-mit-drei-fingern","title":"Libinput 1.28 unterstützt Ziehen mit drei Fingern","text":"Die Bibliothek Libinput kümmert sich auf vielen Systemen um Eingabegeräte wie die Maus und das Touchpad. In der neuen Version 1.28 kann man mit drei Fingern ein Objekt über den Bildschirm ziehen."},{"href":"https://www.linux-magazin.de/news/deepseek-schockt-erneut-mit-neuem-schnellen-aber-sehr-genuegsamen-modell","title":"DeepSeek schockt erneut mit neuem, schnellen, aber sehr genügsamen Modell","text":"Ganz ohne Ankündigung und Marketing Tamtam hat DeepSeek sein neues Modell DeepSeek-V3-0324 veröffentlicht, dass auf einem einzelnen Mac Studio performant läuft und zudem unter einer MIT-Lizenz…"},{"href":"https://www.linux-magazin.de/blogs/github-action-tool-secrets-einsehbar","title":"GitHub-Action-Tool : Secrets einsehbar","text":"StepSecurity hat Schadcode im Open-Source-Tool tj-actions/changed-files entdeckt. Der Code legte sensible Daten wie AWS-Schlüssel und GitHub-Tokens in Logdateien ab."},{"href":"https://www.linux-magazin.de/news/sicherheitsluecke-next-js-braucht-update","title":"Sicherheitslücke: Next.js braucht Update","text":"Next.js Version 15.2.3 schließt eine kritische Sicherheitslücke, mit der Angreifer unter Umständen die Autorisierung umgehen können."},{"href":"https://www.linux-magazin.de/news/mit-forschern-gelingt-grosser-schritt-in-der-quantenkommunikation","title":"MIT-Forschern gelingt großer Schritt in der Quantenkommunikation","text":"Quantencomputer können bestimmte komplexe Aufgaben in einer Geschwindigkeit lösen, die alle herkömmlichen Supercomputer um viele Größenordnungen übertrifft."},{"href":"https://www.linux-magazin.de/news/rescuezilla-v2-6-aktualisiert-unterbau-und-bootmanager","title":"Rescuezilla v2.6 aktualisiert Unterbau und Bootmanager","text":"Das Live-System Rescuezilla klont und sichert bequem Partitionen. Die neue Version aktualisiert eine Kernkomponente und steht in einer Variante mit Ubuntu 24.10 bereit."},{"href":"https://www.linux-magazin.de/news/idc-servermarkt-mit-rekordumsatz-in-q4-2024","title":"IDC: Servermarkt mit Rekordumsatz in Q4 2024","text":"Laut dem Worldwide Quarterly Server Tracker der International Data Corporation (IDC) erreichte der Servermarkt im letzten Quartal des Jahres einen Rekordumsatz von 77,3 Milliarden US-Dollar."},{"href":"https://www.linux-magazin.de/news/finnix-feiert-25-geburtstag-mit-neuem-release","title":"Finnix feiert 25. Geburtstag mit neuem Release","text":"Am 22. März 2025 wurde die schlanke Distribution Finnix genau 25 Jahre alt."},{"href":"https://www.linux-magazin.de/news/rpi-image-gen-erstellt-massgeschneiderte-raspberry-pi-images","title":"rpi-image-gen erstellt maßgeschneiderte Raspberry-Pi-Images","text":"Wer gerne das Image des offiziellen Raspberry Pi OS an seine Bedürfnisse anpassen möchte, kann sich dabei ab sofort vom Werkzeug rpi-image-gen helfen lassen."},{"href":"https://www.linux-magazin.de/news/chrome-ersetzt-erfolgreich-freetype-durch-skrifa","title":"Chrome ersetzt erfolgreich FreeType durch Skrifa","text":"Web Fonts brachte der Browser Chrome lange Zeit mithilfe der Bibliothek FreeType auf den Bildschirm."},{"href":"https://www.linux-magazin.de/news/schneller-schoene-bilder","title":"Schneller schöne Bilder","text":"Forscher des MIT und von NVIDIA haben eine Methode entwickelt, mit der Bilder in hoher Qualität erzeugt werden können, wobei aber weniger Zeit und Rechenleistung als bei derzeitigen…"},{"href":"https://www.linux-magazin.de/news/eu-kontaktiert-alphabet-wegen-dma-verstoessen","title":"EU kontaktiert Alphabet wegen DMA-Verstößen","text":"Die Europäische Kommission ist der Ansicht, dass Alphabet gegen das Gesetz über digitale Märkte (DMA) verstoßen hat."},{"href":"https://www.linux-magazin.de/news/elementaryos-8-0-1-mehr-als-ein-bugfix-release","title":"elementaryOS 8.0.1 – mehr als ein Bugfix-Release","text":"Eigentlich soll die neue elementaryOS-Version vorwiegend Fehler erschlagen, sie bringt aber auch einige interessante Neuerungen mit."},{"href":"https://www.linux-magazin.de/news/kali-linux-2025-1a-bringt-ueberarbeitete-raspberry-pi-images","title":"Kali Linux 2025.1a bringt überarbeitete Raspberry-Pi-Images","text":"Die an Pentester und Sicherheitsexperten gerichtete Distribution Kali Linux frischt die Optik leicht auf, schraubt dezent an den Images für den Raspberry Pi und trägt ungewöhnlicherweise ein „a“…"}]

OK, I will check and get back to you.
Just making sure - after the upgrade, due to a change in the datastore format, you need to restart Node-red or send the node a tbResetTable command.

OK, I am sure I restart.
I install or update modules with npm on command-line and restart afterwards the container.

OK, I found the bug (there was a typo in the name of a new function). I will release a fix in 0.7.1 (later today).

Thanks for catching this, please let me know if you encounter any additional issues (in which case, it will be helpful to open the browser console (right-click->inspect) and let me know of any exceptions & error messages).

Hi, thx for your fast investigation and solution.
I will test the fix immediatly and close the issue.
When i see additional messages I will inform you.
thx

Works as before