@acuteinfo/common-base 1.0.28 → 1.0.29

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.
@@ -140,4 +140,5 @@ export interface ReportGridProps {
140
140
  openDrawerFilter?: boolean;
141
141
  onDoubleClickAction?: Function;
142
142
  enableCaching?: boolean;
143
+ dataTransformer?: (data: any[]) => any[];
143
144
  }