impaktapps-ui-builder 0.0.101-alpha.264 → 0.0.101-alpha.265
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.
|
@@ -12621,7 +12621,7 @@ const buildUiSchema = (config2, store2) => {
|
|
|
12621
12621
|
}
|
|
12622
12622
|
if (cellElem.elementType == "tableHeader") {
|
|
12623
12623
|
const headerElem = buildUiSchema(cellElem, store2);
|
|
12624
|
-
tableHeaderElements.push(headerElem);
|
|
12624
|
+
tableHeaderElements.push({ widget: headerElem });
|
|
12625
12625
|
return false;
|
|
12626
12626
|
}
|
|
12627
12627
|
const tableElem = {
|