@esvndev/es-react-table-interface 1.5.87 → 1.5.88

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.
@@ -255,6 +255,10 @@ export interface IExternalInterface {
255
255
  checkInit10?: any;
256
256
  };
257
257
  columns?: ColumnTable[];
258
+ exportExcel?: {
259
+ columnsExport?: ColumnTable[];
260
+ para?: any;
261
+ };
258
262
  totalCount?: number;
259
263
  hideSelectAll?: boolean;
260
264
  onChangeParam?: (item: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.5.87",
3
+ "version": "1.5.88",
4
4
  "description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
5
5
  "license": "ESVN Limited Use License",
6
6
  "author": "dev@esvn.com.vn",