update 5 files

master
Your Name 2 years ago
parent 26f3d45118
commit 5336619479
  1. 3
      src/components/ReactTable5/BasicTable.js
  2. 6
      src/components/ReactTable5/ViewEdit.js

@ -174,7 +174,8 @@ const BasicTable = ({ addTab, activeTab }) => {
border={"border-0"}
borderRadius={"rounded"}
fontSize={"text-xs"}
padding={"p-2"}
paddingX={"p-3"}
paddingY={"p-3"}
text={
chekedItems.length < page.length ? "انتخاب همه" : "حذف انتخاب"
}

@ -14,7 +14,8 @@ const ViewEdit = ({ row }) => {
border={"border-0"}
borderRadius={"rounded"}
fontSize={"text-xs"}
padding={"p-2"}
paddingX={"p-3"}
paddingY={"p-3"}
icon={null}
text={"نمایش"}
{...row.getToggleRowExpandedProps()}
@ -29,7 +30,8 @@ const ViewEdit = ({ row }) => {
borderColor={"border-blue-600"}
borderRadius={"rounded"}
fontSize={"text-xs"}
padding={"p-2"}
paddingX={"p-3"}
paddingY={"p-3"}
icon={null}
text={"ویرایش"}
onClick={() => setSelectedTab(true)}

Loading…
Cancel
Save