Skip to content
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

Data export about the Array type node #837

Open
MayDay-wpf opened this issue Mar 25, 2024 · 2 comments
Open

Data export about the Array type node #837

MayDay-wpf opened this issue Mar 25, 2024 · 2 comments
Assignees

Comments

@MayDay-wpf
Copy link

Here are my application scenarios

7841187662db1090777e16d1ab83fa1a.png

How do I define the inputs in the table?
e9b3c96c6f1d801cdea324a5df025bc4.png

3e5136f84065340556cea6a7d5512a80.png

Here is my code,create dynamically the rows in the table
9abfdea419d9fdfb9362f48960d8a1ff.png

@jerosoler jerosoler self-assigned this Mar 25, 2024
@jerosoler
Copy link
Owner

df- attributes only work with a single variable not array.

You can use the function:
updateNodeDataFromId.

Example use:

editor.updateNodeDataFromId(5, { name: 'Drawflow' })

@MayDay-wpf
Copy link
Author

df- attributes only work with a single variable not array.

You can use the function: updateNodeDataFromId.

Example use:

editor.updateNodeDataFromId(5, { name: 'Drawflow' })

thank you :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants