impaktapps-ui-builder 1.0.112 → 1.0.113
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.
|
@@ -11178,6 +11178,9 @@ const buildTable = (config2, componentScope2) => {
|
|
|
11178
11178
|
if (config2.maxPageSize) {
|
|
11179
11179
|
table.config.main.maxPageSize = config2.maxPageSize;
|
|
11180
11180
|
}
|
|
11181
|
+
if (config2.initialDensity) {
|
|
11182
|
+
table.config.main.initialDensity = config2.initialDensity;
|
|
11183
|
+
}
|
|
11181
11184
|
return table;
|
|
11182
11185
|
};
|
|
11183
11186
|
const Box = {
|