impaktapps-ui-builder 1.0.1 → 1.0.3

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.
@@ -10473,7 +10473,7 @@ var service = (funcParams) => {
10473
10473
  { key: "size", value: paginationValues.pagination.pageSize },
10474
10474
  { key: "pageIndex", value: paginationValues.pagination.pageIndex },
10475
10475
  { key: "sorting", value: paginationValues.sorting || [] },
10476
- { key: "filters", value: paginationValues.columnFilters || [] },
10476
+ { key: "filters", value: paginationValues.tableColumnConfig || [] },
10477
10477
  { key: "globalFilter", value: (_a = paginationValues.globalFilter) != null ? _a : "" }
10478
10478
  ];
10479
10479
  const response = await this.callExecuteEvents(paginationValues, apiBody, "onLoad");