Dyanmic-Table ProcessCube UI-Component

### Inputs

| **Property** | **Description**                                                            |
| ------------ | -------------------------------------------------------------------------- |
| Table name   | The name of the table.                                                     |
| Group        | The group in which the component is rendered.                              |
| Size         | The size of the table within the group.                                    |
| Data         | The property of `msg.payload` from where the table data is sourced.        |
| Actions      | The actions of each row. Each action corresponds to an output of the node. |
| Columns      | The columns of the table. Must correspond to a key of the data property.   |

### Outputs

The outputs are generated dynamicly based on the actions of the table.

### Details

`msg.payload` is used as the base for the data form there on the data source can be specified further with the `data` input field.

### Referece

[https://processcube.io/docs/solutions/node-red](https://processcube.io/docs/solutions/node-red)
