@5minds/node-red-dashboard-2-processcube-dynamic-table
Version:
A ui component for showing dynamic Data with actions in a table
25 lines (16 loc) • 1.15 kB
Markdown
Dyanmic-Table ProcessCube UI-Component
| **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. |
The outputs are generated dynamicly based on the actions of the table.
`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.
[](https://processcube.io/docs/solutions/node-red)