ia-table 0.11.2 → 0.11.4

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.
@@ -197,5 +197,7 @@ export type SmartGridTableProps = {
197
197
  onRowClicked?: () => void;
198
198
  onRowClick?: () => void;
199
199
  disableSelectAllRecords?: boolean;
200
+ hasSplitRenderer?: boolean;
201
+ splitRendererKeys?: string[];
200
202
  [key: string]: any;
201
203
  };