@5minds/node-red-dashboard-2-processcube-dynamic-table 2.2.0-develop-96d7db-mgun2kfo → 2.2.0
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
CHANGED
|
@@ -262,11 +262,6 @@
|
|
|
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
|
-
}
|
|
270
265
|
},
|
|
271
266
|
oneditsave: function () {
|
|
272
267
|
const options = $('#node-input-option-container').children();
|
package/nodes/dynamic-table.js
CHANGED
package/package.json
CHANGED