node-red-dashboard
node-red-dashboard copied to clipboard
Add rows to `ui-table` without Array structure
Description
Say I have a table with 2 column: foo and bar, I'd like to inject a structure to add one row to the table like:
msg.payload =
{
"foo": 1,
"bar": 2
}
Epic/Story
No response
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
I may even extend this as far as saying something like having _remove: true would be a way of removing such an entry too, which is the Cloudant/CouchDB model.
We should copy the approach used in ui-chart now whereby we have an "Action" option which is "Append" or "Replace".