ia-table 0.12.9 → 0.12.10

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.
@@ -201,5 +201,6 @@ export type SmartGridTableProps = {
201
201
  lazyLoadCellRenderer?: boolean;
202
202
  hasSplitRenderer?: boolean;
203
203
  splitRendererKeys?: string[];
204
+ removeSelectionOnOperation?: boolean;
204
205
  [key: string]: any;
205
206
  };