@abdellatifui/react 3.2.3 → 3.2.5

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
@@ -1157,6 +1157,7 @@ declare interface TableProps_2 {
1157
1157
  key: string;
1158
1158
  operation: void;
1159
1159
  }[];
1160
+ onTableBeforeLoad?: (callback: any) => void;
1160
1161
  ready?: boolean;
1161
1162
  multiple?: boolean;
1162
1163
  autoHideSpinner?: boolean;