-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing Data from one table to another #19
Labels
wontfix
This will not be worked on
Comments
the output is a single row. The input needs to be an array of rows... so you need to wrap the output into an array. eg
If you want to delete from the first table you need to delete it from the backend array that sets up the data yourself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which node are you reporting an issue on?
node-red-node-ui-table
What are the steps to reproduce?
Place two table nodes in a row.
Activate "Send data on click" on the first node
Choose the same columns on both nodes
Fill first node with data
Click on a line from the first node in the row
What happens?
The clicked on line ist transfered on to the second node but the data, which is inside the second node is also displayed in the first (clicked) node. You have to refresh the data in the first row (by button, etc.) to display data again. Also when clicking again, a line is transfered (added) to the second node but the content is again copied to the first node without linking them together.
What do you expect to happen?
The clicked on line should (maybe optional) disappear in the first node and will be visible in the second node. The rest of the items in the first node should stay.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: