Open MayDay-wpf opened 7 months ago
df- attributes only work with a single variable not array.
You can use the function: updateNodeDataFromId.
Example use:
editor.updateNodeDataFromId(5, { name: 'Drawflow' })
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
Here are my application scenarios
How do I define the inputs in the table?
Here is my code,create dynamically the rows in the table