@esvndev/es-react-table-interface 1.7.62 → 1.7.64
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/index.js +2 -2
- package/dist/interface.d.ts +9 -0
- package/package.json +2 -2
package/dist/interface.d.ts
CHANGED
|
@@ -99,6 +99,10 @@ export interface IExternalInterface {
|
|
|
99
99
|
isShowTotal?: boolean;
|
|
100
100
|
/**Tổng số bản ghi*/
|
|
101
101
|
totalCount?: number;
|
|
102
|
+
/**Có filter theo cột không*/
|
|
103
|
+
allowFiltering?: boolean;
|
|
104
|
+
/**Có sắp xếp theo cột không*/
|
|
105
|
+
allowSortering?: boolean;
|
|
102
106
|
/**Có phân trang không*/
|
|
103
107
|
allowPaging?: boolean;
|
|
104
108
|
/**Có co kéo động rộng cột không*/
|
|
@@ -339,6 +343,10 @@ export interface IExternalInterface {
|
|
|
339
343
|
/**Kích thước cột*/
|
|
340
344
|
width?: number;
|
|
341
345
|
};
|
|
346
|
+
/**Có filter theo cột không*/
|
|
347
|
+
allowFiltering?: boolean;
|
|
348
|
+
/**Có sắp xếp theo cột không*/
|
|
349
|
+
allowSortering?: boolean;
|
|
342
350
|
/**Có phân trang không*/
|
|
343
351
|
allowPaging?: boolean;
|
|
344
352
|
/**Có co kéo động rộng cột không*/
|
|
@@ -468,6 +476,7 @@ export interface IConfigMore {
|
|
|
468
476
|
}
|
|
469
477
|
export interface ISettingTable {
|
|
470
478
|
displayChildSidebar?: boolean;
|
|
479
|
+
infiniteScroll?: boolean;
|
|
471
480
|
isTree?: boolean;
|
|
472
481
|
isGroup?: boolean;
|
|
473
482
|
isGroupClient?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-table-interface",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.64",
|
|
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",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"axios": "^1.7.2",
|
|
55
55
|
"becoxy-icons": "1.9.9",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
|
-
"es-grid-template": "1.8.
|
|
57
|
+
"es-grid-template": "1.8.32",
|
|
58
58
|
"es-print-template": "0.0.27",
|
|
59
59
|
"es-workflow-template": "0.4.6",
|
|
60
60
|
"eslint": "^8.25.0",
|