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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.1062",
3
+ "version": "0.0.1063",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -363,7 +363,7 @@ const buildUiSchema = (config: any, store?: any) => {
363
363
  enableColumnFilter: Object.keys(filterMap).length === 0 ? true : filterMap[cellElem.name] ?? false,
364
364
  columnFilterModeOptions: config.filteringOptions,
365
365
  enableSorting: config.enableSorting === "No" ? false : true,
366
- columnKey: config.columnKey
366
+ columnKey: cellElem.columnKey
367
367
  }
368
368
  if (cellElem.type) {
369
369
  return {