Node-RED, Dashboard were refreshed an hour ago, node-red-ui-node-table ( 0.0.7) was then installed, everything should be today's version ... or an hour ago.
[
{
"id": "f25934fc.851378",
"type": "inject",
"z": "b8ea1781.239f1",
"name": "",
"topic": "",
"payload": "[{\"Name\":\"Kazuhito Yokoi\",\"Age\":\"35\",\"Favourite Color\":\"red\",\"Date Of Birth\":\"12/09/1983\"},{\"Name\":\"Oli Bob\",\"Age\":\"12\",\"Favourite Color\":\"red\",\"Date Of Birth\":\"12/08/2017\"}]",
"payloadType": "json",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 190,
"y": 180,
"wires": [
[
"18678d42.4f555b"
]
]
},
{
"id": "18678d42.4f555b",
"type": "ui_table",
"z": "b8ea1781.239f1",
"group": "b3b24836.3352e",
"name": "",
"width": 0,
"height": 4,
"columns": [],
"x": 390,
"y": 180,
"wires": []
},
{
"id": "9b08ad4d.ca1038",
"type": "comment",
"z": "b8ea1781.239f1",
"name": "Normal table",
"info": "",
"x": 190,
"y": 140,
"wires": []
},
{
"id": "e26e08ac.86471",
"type": "inject",
"z": "b8ea1781.239f1",
"name": "",
"topic": "",
"payload": "[{\"Name\":\"<b>Yokoi</b>\",\"Age\":\"30\",\"Color\":\"lime\",\"Prog\":70,\"Star\":\"3\"},{\"Name\":\"<i>DCJ</i>\",\"Age\":\"50\",\"Color\":\"dodgerblue\",\"Prog\":\"45\",\"Star\":2,\"Pass\":false,\"web\":\"\"},{\"Name\":\"Nick\",\"Age\":\"40\",\"Color\":\"darkred\",\"Prog\":95,\"Star\":\"5\",\"Pass\":true,\"web\":\"http://nodered.org\"},{\"Name\":\"Oli\"}]",
"payloadType": "json",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 190,
"y": 220,
"wires": [
[
"17a97628.08ac22"
]
]
},
{
"id": "4d1c2f0c.bbc4e8",
"type": "inject",
"z": "b8ea1781.239f1",
"name": "",
"topic": "",
"payload": "[{\"Name\":\"<b>Yokoi</b>\",\"Age\":\"30\",\"Color\":\"lime\",\"Prog\":20,\"Star\":\"1\"},{\"Name\":\"<i>DCJ</i>\",\"Age\":\"50\",\"Color\":\"dodgerblue\",\"Prog\":\"80\",\"Star\":4,\"Pass\":true,\"web\":\"\"},{\"Name\":\"Nick\",\"Age\":\"40\",\"Color\":\"red\",\"Prog\":90,\"Star\":\"5\",\"Pass\":true,\"web\":\"http://nodered.org\"},{\"Name\":\"Oli\"}]",
"payloadType": "json",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 190,
"y": 260,
"wires": [
[
"17a97628.08ac22"
]
]
},
{
"id": "17a97628.08ac22",
"type": "ui_table",
"z": "b8ea1781.239f1",
"group": "a4f540ce.615ef8",
"name": "People",
"order": 1,
"width": "8",
"height": "3",
"columns": [
{
"field": "Name",
"title": "Who",
"width": "",
"align": "left",
"formatter": "html",
"formatterParams": {
"target": "_blank"
}
},
{
"field": "Age",
"title": "Age",
"width": "40",
"align": "center",
"formatter": "plaintext",
"formatterParams": {
"target": "_blank"
}
},
{
"field": "Color",
"title": "",
"width": "5%",
"align": "left",
"formatter": "color",
"formatterParams": {
"target": "_blank"
}
},
{
"field": "Star",
"title": "%",
"width": "100",
"align": "left",
"formatter": "star",
"formatterParams": {
"target": "_blank"
}
},
{
"field": "Pass",
"title": "",
"width": "5%",
"align": "center",
"formatter": "tickCross",
"formatterParams": {
"target": "_blank"
}
},
{
"field": "Prog",
"title": "",
"width": "80",
"align": "left",
"formatter": "progress",
"formatterParams": {
"target": "_blank"
}
},
{
"field": "web",
"title": "URL",
"width": "",
"align": "left",
"formatter": "link",
"formatterParams": {
"target": "_blank"
}
}
],
"x": 400,
"y": 220,
"wires": []
},
{
"id": "b3b24836.3352e",
"type": "ui_group",
"z": "",
"name": "Default",
"tab": "bc04eabe.80991",
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "a4f540ce.615ef8",
"type": "ui_group",
"z": "",
"name": "Richer Table",
"tab": "f0c59cb8.e22248",
"order": 1,
"disp": true,
"width": "8",
"collapse": false
},
{
"id": "bc04eabe.80991",
"type": "ui_tab",
"z": "",
"name": "Home",
"icon": "dashboard",
"disabled": false,
"hidden": false
},
{
"id": "f0c59cb8.e22248",
"type": "ui_tab",
"z": "",
"name": "Home",
"icon": "track_changes",
"order": 1,
"disabled": false,
"hidden": false
}
]