worked on the datatable

This commit is contained in:
2025-02-10 12:01:04 +05:30
parent c47236869f
commit cd125a5932
3 changed files with 2 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ const registerUser: any[] = [
</Box>
),
"Action": (
<HStack justifyContent="center">
<HStack justifyContent="center">
<ViewRegisterUsers />
<EditRegisterUsers />
{/* <RiDeleteBin5Line style={{ cursor: "pointer" }} /> */}

View File

@@ -33,14 +33,9 @@ const managepost: any[] = [
"Action": (
<HStack justifyContent="center">
{/* <MdOutlineRemoveRedEye
style={{ cursor: "pointer", fontSize: "16px" }}
/> */}
{/* <ViewDailog /> */}
<ViewSubAdmin />
<EditSubAdmin />
{/* <RiDeleteBin5Line style={{ cursor: "pointer" }} /> */}
<AlertDailog
AltertTiggerIcon={RiDeleteBin5Line}
alertText="Delete Users"

View File

@@ -94,7 +94,7 @@ const DataTable: React.FC<TableProps> = ({
>
{tableHeadRow.map((heading, colIndex) => (
<Table.Cell
// className="oxygen"
// className="oxygen"
px={4}
p={2}
key={`${index}-${colIndex}`}