@abdellatifui/react 3.2.144 → 3.2.146

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.
package/dist/nextgen.d.ts CHANGED
@@ -1379,6 +1379,7 @@ declare interface TableProps_2 {
1379
1379
  filter?: any;
1380
1380
  groupBy?: any;
1381
1381
  rowSelectionBgColor?: string;
1382
+ enableLastRefresh?: boolean;
1382
1383
  onMultiRowSelection?: (params: any, rows: any[]) => void;
1383
1384
  }
1384
1385