Feature/permission table

This commit is contained in:
2025-03-08 12:51:29 +00:00
committed by AmirHossein Mahmoodi
parent 6a07321d50
commit ff3c5dec75
21 changed files with 795 additions and 56 deletions

View File

@@ -70,8 +70,8 @@ const DamagesList = () => {
columns={columns}
sorting={[{ id: "id", desc: true }]}
table_url={GET_RECEIPT_DAMAGE_ITEMS_LIST}
page_name={"receiptDamanagePage"}
table_name={"damanageList"}
page_name={"receiptDamagePage"}
table_name={"receiptDamageList"}
TableToolbar={Toolbar}
enableRowActions
positionActionsColumn={"last"}