aq-fe-framework 0.1.246 → 0.1.248
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.
@@ -1521,8 +1521,8 @@ function MyDataTable(_a) {
|
|
1521
1521
|
pagination: { pageIndex: 0, pageSize: 30 },
|
1522
1522
|
columnPinning: { right: ["mrt-row-actions"] },
|
1523
1523
|
columnVisibility: {
|
1524
|
-
|
1525
|
-
|
1524
|
+
modifiedWhen: false,
|
1525
|
+
modifiedFullName: false
|
1526
1526
|
}
|
1527
1527
|
},
|
1528
1528
|
mantineTableHeadCellProps: {
|
@@ -1542,7 +1542,9 @@ function MyDataTable(_a) {
|
|
1542
1542
|
renderEmptyRowsFallback: () => isError ? /* @__PURE__ */ jsx26(Alert, { icon: /* @__PURE__ */ jsx26(IconBug, {}), color: "red", title: "C\xF3 l\u1ED7i x\u1EA3y ra!", m: "md" }) : /* @__PURE__ */ jsx26(Alert, { icon: /* @__PURE__ */ jsx26(IconInfoCircle, {}), color: "gray", title: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u!", m: "md" }),
|
1543
1543
|
state: {
|
1544
1544
|
showSkeletons: isLoading
|
1545
|
-
}
|
1545
|
+
},
|
1546
|
+
mantineTableContainerProps: { style: { maxHeight: "65vh" } },
|
1547
|
+
enableStickyHeader: true
|
1546
1548
|
}, rest));
|
1547
1549
|
useEffect5(() => {
|
1548
1550
|
setSelectedRow && setSelectedRow(table.getSelectedRowModel().rows.map((row) => row.original));
|
@@ -68,7 +68,7 @@ import {
|
|
68
68
|
useS_BasicAppShell,
|
69
69
|
useS_ButtonImport,
|
70
70
|
utils_layout_getItemsWithoutLinks
|
71
|
-
} from "../chunk-
|
71
|
+
} from "../chunk-JFTT5ZQ6.mjs";
|
72
72
|
import "../chunk-HMRYQTJT.mjs";
|
73
73
|
import "../chunk-Y3YGC5IH.mjs";
|
74
74
|
import "../chunk-5U2JSHSJ.mjs";
|