Concisely describe the proposed feature
I would like to
- delete the data of certain rows in the dynamic node
- add Vector data in the dynamic node with ti.append() function.
Describe the solution you'd like (if any)
ti.deactivate(dynamicNode, certainRows)
ti.append(dynamicNode,VectorData)
Additional comments
Example