node-red-ui-nodes
node-red-ui-nodes copied to clipboard
ui-tables: Unable to get tabulator_midnight.min.css and tabulator.js
Which node are you reporting an issue on?
node-red-node-ui-table. version 0.4.4
What are the steps to reproduce?
Import the first example node (1. Simple table) of node-red-node-ui-table. Open the dashboard.
What happens?
The table is not rendered.
Unable to get tabulator_midnight.min.css and tabulator.js
What do you expect to happen?
A simple table is rendered in the dashboard.
Please tell us about your environment:
- [ ] Node-RED version: v4.0.5
- [ ] node.js version: v20.18.0
- [ ] npm version: 10.8.2
- [ ] Platform/OS: Ubuntu & Windows (tested both)
- [ ] Browser: Firefox, Microsoft Edge, Google Chrome (tested)
I have the same issue. All the tables in my system are currently not working... Same NR and Node version. Please, consider to investigate this issue.
Having the same issue at work... I able use v0.4.3, but not v0.4.4. Interestingly, I can use v0.4.4 at home where I run node-red locally - which leads me to believe that the issue lies somewhere in the way node-red runs within those two different environments... Unfortunately I'm not knowledgeable enough to understand how they are different. I just know that they are.
There are some few changes in the package.json and node.js files, but I don't understand their significance either.
At work, I currently run: Node-RED v4.0.5 Node.js v20.18.0
At home: Node-RED v4.0.5 Node.js v22.12.0 (upgraded from v20.17.0 today - both work)
(I'm unable to find v20.18.0 for testing on my home computer)
@kreaturen my guess is the difference is maybe what's in your settings.js under ui.path?
The only relevant commit between the working version would be this: https://github.com/node-red/node-red-ui-nodes/commit/a5660af8eb9e5531b275147710c698df330d749b ... I don't really know why that would cause this issue, but reverting it (or using the previous version, 0.4.3) fixes the display for me.