This commit is contained in:
YasinShaikh123
2024-09-10 12:00:08 +05:30
2 changed files with 9 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ const InvestorDetails = () => {
// ====================================================[Table Setup]================================================================
const tableHeadRow = [
"Sr No",
"Client ID",
"First Name",
"Last Name",

View File

@@ -63,6 +63,7 @@ const ViewInvestorDetails = () => {
const tableHeadRow = [
// "Sr N/O",
"Deal Name",
"IO Name",
"Sponsor Name",
"Investment Amount",
"Percentage",
@@ -110,6 +111,13 @@ const ViewInvestorDetails = () => {
{index + 1}.
</Text>
),
"IO Name": (
<Box w={"auto"} isTruncated={true}>
<Text as={"span"} color={"teal.900"}>
{item.investmentNameEnglish}
</Text>
</Box>
),
"Deal Name": (
<Box w={"auto"} isTruncated={true}>
<Text as={"span"} color={"teal.900"}>