User added row entry

Hi there,

Do you have a node that allows for the user to enter a value, which is then adds a new column to the datagrid and populates this column with the user entered value (be it text or a number)?

Thanks in advance for your help,

Stanage

With the Rule Engine it is possible to define rules, where the consequent is a label. By defining a “default label” and no rule, this label is attachted to all rows. This produces only String columns.
The Java Snippet node lets you define java code snippets, and attaches a new column to the table. The new column can be of the following types: String, Int, Double. The value is defined by the java code.
Hope that solves your problem. Best,
Fabian