cats-data-grid 2.0.57 → 2.0.58

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.
@@ -1207,6 +1207,7 @@ class CatsDataGridComponent {
1207
1207
  if (fieldName.includes('.')) {
1208
1208
  fieldName = fieldName.split('.')[0];
1209
1209
  }
1210
+ return this.normalizeSetFilterType(r[fieldName], col?.cellRendererParams?.tagKey)?.filter(Boolean);
1210
1211
  })),
1211
1212
  ];
1212
1213
  const selectedValues = new Set(appliedFilter.filters.map((f) => f.filterValue));