Don't know how to add a Filter to the Node-Red ui-table? WATCH THIS

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 20

  • @edenilsoncarneiro6642
    @edenilsoncarneiro6642 2 года назад +2

    Very thanks

  • @vasilealexandrudulgheriu
    @vasilealexandrudulgheriu 8 месяцев назад

    Hi, how can i do a double filter? Checking values on two columns using your code as a base?

  • @MorokotLeather
    @MorokotLeather Год назад

    Hi, thank for that video. I wonder how could I found the command such as "setFilter" of that table documentation

    • @ruwindustries
      @ruwindustries  Год назад

      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

  • @nikitamane-se3tx
    @nikitamane-se3tx Год назад

    how to multiple arguments add and filter database in node red dashboard

  • @AniktaVanshette
    @AniktaVanshette Год назад

    how to add node dynamically in node red dashboard

  • @LaurentTercinet
    @LaurentTercinet 7 месяцев назад

    VERRRRY interesting. thanks a lot

  • @jean-rem
    @jean-rem Год назад

    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

  • @mircopolo
    @mircopolo 9 месяцев назад

    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.

    • @ruwindustries
      @ruwindustries  9 месяцев назад

      Unfortunately, the dashboard does not support multiple users. flows.nodered.org/node/node-red-dashboard

  • @nikitamane-se3tx
    @nikitamane-se3tx Год назад

    how to filter database and using table_ui

    • @ruwindustries
      @ruwindustries  Год назад

      Depends on what database you are using.

    • @nikitamane-se3tx
      @nikitamane-se3tx Год назад

      please share mysql database filter video please help me

    • @nikitamane-se3tx
      @nikitamane-se3tx Год назад

      using text input and filter week 13, 2023 database in node red

    • @ruwindustries
      @ruwindustries  Год назад

      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

    • @nikitamane-se3tx
      @nikitamane-se3tx Год назад

      @@ruwindustries please check email sir

  • @d2c230681gmailcom
    @d2c230681gmailcom 5 месяцев назад

    Hi, can you explain how to use multiple filters? The tabulator documentation use a array of obj but in node red this not work

    • @ruwindustries
      @ruwindustries  5 месяцев назад

      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.