diagram zoom

This commit is contained in:
Jan Prochazka
2022-01-20 15:37:29 +01:00
parent 0f56efea2d
commit f1ba04cf6b
4 changed files with 40 additions and 6 deletions

View File

@@ -85,7 +85,7 @@
}
function shouldShowColumn(table, column, style) {
if (!settings?.chooseColumnProperties) {
if (!settings?.customizeStyle) {
return true;
}
switch (style?.filterColumns || 'all') {