impaktapps-ui-builder 1.0.108 → 1.0.109
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.
|
@@ -11129,7 +11129,7 @@ const buildTable = (config2, componentScope2) => {
|
|
|
11129
11129
|
table.config.main.lazyLoading = config2.lazyLoading === "YES" ? true : false;
|
|
11130
11130
|
}
|
|
11131
11131
|
if (config2.defaultColumnSize) {
|
|
11132
|
-
table.config.main.
|
|
11132
|
+
table.config.main.defaultColumnSize = config2.defaultColumnSize;
|
|
11133
11133
|
}
|
|
11134
11134
|
if (config2.enableRowMovement) {
|
|
11135
11135
|
table.config.main.enableRowMovement = config2.enableRowMovement === "YES" ? true : false;
|