@5minds/node-red-dashboard-2-processcube-dynamic-table 2.2.0-develop-db7100-mgumnq75 → 2.2.0-develop-96d7db-mgun2kfo
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nodes/dynamic-table.html +5 -0
- package/package.json +1 -1
package/nodes/dynamic-table.html
CHANGED
|
@@ -262,6 +262,11 @@
|
|
|
262
262
|
|
|
263
263
|
$('#node-input-data').typedInput('value', this.data);
|
|
264
264
|
$('#node-input-data').typedInput('type', this.data_type);
|
|
265
|
+
|
|
266
|
+
if (this.showToolbar === undefined) {
|
|
267
|
+
this.showToolbar = true;
|
|
268
|
+
$('#node-input-showToolbar').prop('checked', true);
|
|
269
|
+
}
|
|
265
270
|
},
|
|
266
271
|
oneditsave: function () {
|
|
267
272
|
const options = $('#node-input-option-container').children();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/node-red-dashboard-2-processcube-dynamic-table",
|
|
3
|
-
"version": "2.2.0-develop-
|
|
3
|
+
"version": "2.2.0-develop-96d7db-mgun2kfo",
|
|
4
4
|
"description": "A ui component for showing dynamic Data with actions in a table",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"processcube",
|