@esvndev/es-react-table-interface 1.0.4 → 1.0.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.
@@ -54,6 +54,7 @@ export interface IHeaderToolbar {
54
54
  * @param totalCount tổng số bản ghi (khi truyền vào sẽ không gọi dữ liệu mặc định)
55
55
  * @param stateChildId Mã các bảng con vd ['Table1', 'Table2'], bảng con đính kém: 'AttachFile'
56
56
  * @param titleChild Tiêu đề của tabChild
57
+ * @param isEdit cho phép bật tính năng sửa trực tiếp trên bảng
57
58
  */
58
59
  export interface IExternalInterface {
59
60
  rowDataBound?: any;
@@ -153,6 +154,7 @@ export interface IExternalInterface {
153
154
  renderCell?: (value: boolean, record: any, index: number, originNode: React.ReactNode) => React.ReactNode | any;
154
155
  onCell?: any;
155
156
  };
157
+ isEdit?: boolean | false;
156
158
  }
157
159
  export interface IQueryFilter {
158
160
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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",