|
|
|
@@ -174,19 +174,19 @@ export default function ClientTable({recordList, pageSize}) { |
|
|
|
); |
|
|
|
} |
|
|
|
}, |
|
|
|
// { |
|
|
|
// id: 'phone2', |
|
|
|
// field: 'phone2', |
|
|
|
// headerName: '2nd Phone No.', |
|
|
|
// flex: 1, |
|
|
|
// renderCell: (params) => { |
|
|
|
// return ( |
|
|
|
// <div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', whiteSpace: 'normal', wordBreak: 'break-word'}}> |
|
|
|
// {params.value} |
|
|
|
// </div> |
|
|
|
// ); |
|
|
|
// } |
|
|
|
// }, |
|
|
|
{ |
|
|
|
id: 'createdByName', |
|
|
|
field: 'createdByName', |
|
|
|
headerName: 'Created By', |
|
|
|
flex: 1.5, |
|
|
|
renderCell: (params) => { |
|
|
|
return ( |
|
|
|
<div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', whiteSpace: 'normal', wordBreak: 'break-word'}}> |
|
|
|
{params.value} |
|
|
|
</div> |
|
|
|
); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
id: 'remarks', |
|
|
|
field: 'remarks', |
|
|
|
|