react-table-edit 1.5.8 → 1.5.9
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.
|
@@ -36,7 +36,7 @@ export type IFToolbarOptions = {
|
|
|
36
36
|
/** Vị trí hiển thị (trái, phải, giữa) */
|
|
37
37
|
align: "left" | "right" | "center";
|
|
38
38
|
/** Template toolbar */
|
|
39
|
-
template?: () => JSX.Element;
|
|
39
|
+
template?: () => JSX.Element | string | number | undefined;
|
|
40
40
|
};
|
|
41
41
|
/** Cấu hình thiết lập bảng */
|
|
42
42
|
export type IFSettingColumns = {
|
package/dist/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ type IFToolbarOptions = {
|
|
|
40
40
|
/** Vị trí hiển thị (trái, phải, giữa) */
|
|
41
41
|
align: "left" | "right" | "center";
|
|
42
42
|
/** Template toolbar */
|
|
43
|
-
template?: () => JSX.Element;
|
|
43
|
+
template?: () => JSX.Element | string | number | undefined;
|
|
44
44
|
};
|
|
45
45
|
/** Cấu hình thiết lập bảng */
|
|
46
46
|
type IFSettingColumns = {
|