impaktapps-ui-builder 1.0.455 → 1.0.457
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.
|
@@ -11783,6 +11783,7 @@ const buildTable = (config2, componentScope2) => {
|
|
|
11783
11783
|
}
|
|
11784
11784
|
if (config2.lazyLoading) {
|
|
11785
11785
|
table.config.main.lazyLoading = config2.lazyLoading === "YES" ? true : false;
|
|
11786
|
+
table.config.main.lazyTree = config2.lazyLoading === "YES" ? true : false;
|
|
11786
11787
|
}
|
|
11787
11788
|
if (config2.defaultColumnSize) {
|
|
11788
11789
|
table.config.main.defaultColumnSize = config2.defaultColumnSize;
|