{
+ setActivePage(page);
+ }
+
+
+ const renderTableBody = () => {
+ if (!Array.isArray(data) || data.length === 0) {
+ return (
+
+ |
+
+ {e?.Author?.username}
+
+ |
+
+
+
+ {e?.ForumMaster_StatusPosting?.status}
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+ {new Intl.DateTimeFormat("id-ID", { dateStyle: "medium" }).format(
+ new Date(e?.createdAt)
+ )}
+
+
+ |
+
+
+
+ {e?.Forum_Komentar.length}
+
+
+ |
+
+
+ = 3 ? "red" : AdminColor.white}
+ fw={"bold"}
+ fz={"lg"}
+ >
+ {e?.Forum_ReportPosting.length}
+
+
+ |
+
+
+
+ {
+ if (val) {
+ onLoadData();
+ }
}}
/>
-
-
- |
-
-
-
- {new Intl.DateTimeFormat(["id-ID"], { dateStyle: "medium" }).format(
- e.createdAt
- )}
-
-
- |
-
-
-
- {e?.Forum_Komentar.length}
-
-
- |
-
-
- = 3 ? "red" : "black"}
- fw={"bold"}
- fz={"lg"}
- >
- {e?.Forum_ReportPosting.length}
-
-
- |
-
-
-
- {
- if (val) {
- onLoadData();
- }
- }}
- />
-
- |
-