@esvndev/es-react-table-interface 1.6.29 → 1.7.12

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.
@@ -21,7 +21,6 @@ import 'react-reflex/styles.css';
21
21
  * @param dataSelected là dữ liệu của các dòng đã được chọn
22
22
  * @param rowDataBound là hàm xử lý dữ liệu trước khi render bảng, thay đổi màu sắc hiển thị...
23
23
  * @param dataSourceFilter là dữ liệu của các ô tìm kiếm của cột loại checkbox
24
- * @param listContextShow là danh sách các context menu được hiển thị
25
24
  * @param listContextHide là danh sách các context menu bị ẩn
26
25
  * @param contextMenuOpen là hàm xử lý khi mở context menu, vd: (props: any) => void
27
26
  * @param stateId là viewId của bảng, vd: 'PurchaseRequest, PurchaseOrder, ...'
@@ -1,11 +1,5 @@
1
1
  import { IQueryFilter, ISettingTable } from "../../interface";
2
2
  import { IToolbarTemplate } from "../../ultility/Export";
3
- export declare const getSettingTable: ({ stateId, group, setGroupColumns, setSettingTable }: {
4
- stateId: any;
5
- group: any;
6
- setGroupColumns: any;
7
- setSettingTable: any;
8
- }) => Promise<void>;
9
3
  export declare const getStorage: (stateId: string) => {
10
4
  storageSearchTerm: any;
11
5
  storageQueryFilter: any;