impaktapps-ui-builder 0.0.1062 → 0.0.1063
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.
|
@@ -12497,7 +12497,7 @@ const buildUiSchema = (config2, store2) => {
|
|
|
12497
12497
|
enableColumnFilter: Object.keys(filterMap).length === 0 ? true : (_a = filterMap[cellElem.name]) != null ? _a : false,
|
|
12498
12498
|
columnFilterModeOptions: config2.filteringOptions,
|
|
12499
12499
|
enableSorting: config2.enableSorting === "No" ? false : true,
|
|
12500
|
-
columnKey:
|
|
12500
|
+
columnKey: cellElem.columnKey
|
|
12501
12501
|
};
|
|
12502
12502
|
if (cellElem.type) {
|
|
12503
12503
|
return {
|