@esvndev/es-react-table-interface 1.7.70 → 1.7.72

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.
@@ -343,6 +343,7 @@ export interface IExternalInterface {
343
343
  disableChekbox?: (record: any) => boolean;
344
344
  /**Kích thước cột*/
345
345
  width?: number;
346
+ checkboxOnly?: boolean;
346
347
  };
347
348
  /**Có filter theo cột không*/
348
349
  allowFiltering?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.7.70",
3
+ "version": "1.7.72",
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",