We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59a050 commit bcfe170Copy full SHA for bcfe170
1 file changed
lib/DataHarmonizer.js
@@ -359,7 +359,7 @@ class DataHarmonizer {
359
callback() {self.context.schemaEditor.saveSchema()}
360
},
361
preview_schema: {
362
- name: 'Preview',
+ name: 'Demo',
363
hidden() {
364
return self.template_name != 'Schema';
365
@@ -1225,6 +1225,8 @@ class DataHarmonizer {
1225
...options,
1226
};
1227
this.hot.updateSettings({ columns: currentColumns });
1228
+ // updateSettings({columns}) resets HOT's hidden-columns plugin state; re-apply concise view.
1229
+ if (this._conciseViewActive) this.context.toolbar?._applyConciseView(this);
1230
}
1231
1232
/** Called via Footer.js, and also in right click menu DH contextMenu click
0 commit comments