impaktapps-ui-builder 1.0.445 → 1.0.446
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/dist/impaktapps-ui-builder.es.js +1 -6
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildTable.ts +0 -3
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +0 -1
|
@@ -8266,9 +8266,7 @@ const buildPropertiesSection = function(type) {
|
|
|
8266
8266
|
getRadioInputField("lazyLoadTree", "Lazy Load Tree", ["YES", "NO"]),
|
|
8267
8267
|
getRadioInputField("paginateExpandedRows", "Multi Page Expansion", ["YES", "NO"]),
|
|
8268
8268
|
getRadioInputField("filterFromLeafRows", "Filter from tree rows", ["YES", "NO"]),
|
|
8269
|
-
getInputField("defaultColumnSize", "Default Column Size")
|
|
8270
|
-
getInputField("subRowsExpansionPageSize", "Page Size for Subrows Expansion"),
|
|
8271
|
-
emptyBox$1("LazyLoadingTableEmpty3")
|
|
8269
|
+
getInputField("defaultColumnSize", "Default Column Size")
|
|
8272
8270
|
]),
|
|
8273
8271
|
getArrayControl("Table_Download_Keys_Name", "KeyName", "Table Key Name"),
|
|
8274
8272
|
sizeHolder,
|
|
@@ -11792,9 +11790,6 @@ const buildTable = (config2, componentScope2) => {
|
|
|
11792
11790
|
if (config2.defaultColumnSize) {
|
|
11793
11791
|
table.config.main.defaultColumnSize = config2.defaultColumnSize;
|
|
11794
11792
|
}
|
|
11795
|
-
if (config2.subRowsExpansionPageSize) {
|
|
11796
|
-
table.config.main.subRowsExpansionPageSize = config2.subRowsExpansionPageSize;
|
|
11797
|
-
}
|
|
11798
11793
|
if (config2.enableRowMovement) {
|
|
11799
11794
|
table.config.main.enableRowMovement = config2.enableRowMovement === "YES" ? true : false;
|
|
11800
11795
|
}
|