impaktapps-ui-builder 0.0.62 → 0.0.63
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.
|
@@ -10617,6 +10617,9 @@ const buildTable = (config, componentScope) => {
|
|
|
10617
10617
|
if (config.enableExpandAll) {
|
|
10618
10618
|
table.config.main.enableExpandAll = config.enableExpandAll === "YES" ? true : false;
|
|
10619
10619
|
}
|
|
10620
|
+
if (config.paginateExpandedRows) {
|
|
10621
|
+
table.config.main.paginateExpandedRows = config.paginateExpandedRows === "YES" ? true : false;
|
|
10622
|
+
}
|
|
10620
10623
|
if (config.treeStructure) {
|
|
10621
10624
|
table.config.main.treeStructure = config.treeStructure === "YES" ? "flatTreeMap" : false;
|
|
10622
10625
|
}
|