Movable Rows between Tables

I've had some luck using "node-red-node-ui-table" to create tables from my data within node-red; however, I ran across an example on tabulator.info link that I would like to use. The example depicts dragging rows between two separate tables.

Creating two tables is simple, but if I understand the documentation, I need to reference the name of the table using the command below; however, the Table Node seems to dynamically generate the table name rather than allowing me to define it. Which leads me to believe that I may need to chase another path.

movableRowsConnectedTables:"#example-table-receiver"

Any suggestions would be greatly appreciated.

Thanks,

  • Rick

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.