@andor-automation/node-red-dashboard-2-widgets-ui-datagrid
v1.0.0
Published
Datagrid with KioskBoard editing support.
Downloads
9
Maintainers
Readme
Datagrid with KioskBoard editing support.
Input
Renders the msg.payload (array of objects) as a datatable with inputs.
Output
Sends the msg.payload (array of objects) with edits when the KioskBoard Enter key is pressed.
Properties
Row labels
Flips the layout so object keys become rows and values become editable columns.Display labels
Defines the display labels of the column headers.
Example:
{
"col_name_1": "Display name 1",
"col_name_2": "Display name 2"
}