Fixed table columns headers
This commit is contained in:
@@ -237,10 +237,10 @@ const GroupTestReport = ({
|
|||||||
Sr
|
Sr
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={customStyles.tableCell}>Candidate Name</Text>
|
<Text style={customStyles.tableCell}>Candidate Name</Text>
|
||||||
<Text style={customStyles.tableCell}>Email ID</Text>
|
<Text style={customStyles.tableCell}>
|
||||||
<Text style={[customStyles.tableCell, { maxWidth: "48px" }]}>
|
Passport ID
|
||||||
Gender
|
|
||||||
</Text>
|
</Text>
|
||||||
|
<Text style={customStyles.tableCell}>Email ID</Text>
|
||||||
<Text style={[customStyles.tableCell, { maxWidth: "64px" }]}>
|
<Text style={[customStyles.tableCell, { maxWidth: "64px" }]}>
|
||||||
Date of test
|
Date of test
|
||||||
</Text>
|
</Text>
|
||||||
@@ -280,9 +280,8 @@ const GroupTestReport = ({
|
|||||||
{index + 1}
|
{index + 1}
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={customStyles.tableCell}>{name}</Text>
|
<Text style={customStyles.tableCell}>{name}</Text>
|
||||||
<Text style={customStyles.tableCell}>{email}</Text>
|
|
||||||
<Text style={customStyles.tableCell}>{studentPassportId}</Text>
|
<Text style={customStyles.tableCell}>{studentPassportId}</Text>
|
||||||
|
<Text style={customStyles.tableCell}>{email}</Text>
|
||||||
<Text style={[customStyles.tableCell, { maxWidth: "64px" }]}>
|
<Text style={[customStyles.tableCell, { maxWidth: "64px" }]}>
|
||||||
{date}
|
{date}
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user