Hi @Navid007 - are you using this in conjuction with Node-RED Dashboard? The ui-table node is designed to add an extra widget to Node-RED Dashboard 1.0.
Is there anything else in the logs slightly lower down?
Also as @joepavitt pointed out, to work this will require the node-red-dashboard nodes installed as well. It will not work with the new @flowfuse/node-red-dashboard
You can have both installed at the same time. They deploy to different paths, so you can’t have Dashboard 2.0 widgets in a Dashboard 1.0 page for example, and vice versa.
There is no way to get the ui-table node as it stands to work with Dashboard 2.0, the libraries and interface used is just totally different. This had to be done because the technology used build the original dashboard is now obsolete.
There are 2 real options here:
Contribute to the Dashboard 2.0 project to help improve the built in table node
Reimplement the table-ui node to use the new Dashboard 2.0 interface
Out of the 2 I would suggest option 1 is the best option as it should be possible to do incrementally adding things a feature at a time, where as option 2 will require a large amount of work up front before it is likely to be useful.
Contributions don’t need to be just code, it could be to help prioritise which of the table-ui features you feel would be best to implement first.
Thanks, it is great. I am not very familiar with vue. Is it possible point me how can I get a row selection if I use the “show-select” model or any other to get data to node-red which row is selected ?