complete role page with store update and delete action

This commit is contained in:
2025-07-29 15:39:43 +03:30
parent f4539de72a
commit e38a1dfb57
5 changed files with 217 additions and 6 deletions

View File

@@ -1,12 +1,11 @@
"use client";
import DataTableWithAuth from "@/core/components/DataTableWithAuth";
import { GET_ROLE_LIST } from "@/core/utils/routes";
import { Box, Stack, Typography } from "@mui/material";
import { Box, Typography } from "@mui/material";
import { useMemo } from "react";
// import RowActions from "./RowActions";
import Toolbar from "./Toolbar";
import moment from "jalali-moment";
import RowActions from "@/components/dashboard/Roles/RowAcctions";
import RowActions from "./RowAcctions";
const DataTable = () => {
const columns = useMemo(