Go to the documentation of the node: flows.nodered.org/node/node-red-node-ui-table under send commands to ui-table you'll find a link "set filters" to the according tabulator Documentation
Hello, many thanks for your clear video. 👍 I have a question for you. If one of the element of your table is a long text element. Table ui couldn't show it as it is limited to one row element. What could you suggest as solution to link this long text element with the rest of the table ui element ? Any idea ? Regards
Thanks for great content :) Is it possible to create such table that works independently for multi user ? Now when I modify filter on second computer the same data is displayed on the first one.
Very thanks
Hi, how can i do a double filter? Checking values on two columns using your code as a base?
Hi, thank for that video. I wonder how could I found the command such as "setFilter" of that table documentation
Go to the documentation of the node: flows.nodered.org/node/node-red-node-ui-table under send commands to ui-table you'll find a link "set filters" to the according tabulator Documentation
how to multiple arguments add and filter database in node red dashboard
how to add node dynamically in node red dashboard
VERRRRY interesting. thanks a lot
You're welcome
Hello, many thanks for your clear video. 👍
I have a question for you. If one of the element of your table is a long text element.
Table ui couldn't show it as it is limited to one row element.
What could you suggest as solution to link this long text element with the rest of the
table ui element ? Any idea ? Regards
Honestly no idea
Thanks for great content :)
Is it possible to create such table that works independently for multi user ?
Now when I modify filter on second computer the same data is displayed on the first one.
Unfortunately, the dashboard does not support multiple users. flows.nodered.org/node/node-red-dashboard
how to filter database and using table_ui
Depends on what database you are using.
please share mysql database filter video please help me
using text input and filter week 13, 2023 database in node red
This sounds very specific
If you like you can send me an email describing your problem and ill try to fix it. noderedtutorials@gmail.com
@@ruwindustries please check email sir
Hi, can you explain how to use multiple filters? The tabulator documentation use a array of obj but in node red this not work
Hi, I don't know how that works, unfortunately. However, I would personally rather use a database to do the filtering instead of the table.