added msisdn on table

This commit is contained in:
bagusajisaputroo
2025-04-24 14:35:19 +07:00
parent 132861fcb5
commit a52bd9e951
2 changed files with 23 additions and 0 deletions

View File

@ -209,6 +209,15 @@ const ManageKycDeletionContextProvider = ({ children }: { children: React.ReactN
headerClassName: 'w-[350px]'
}
},
{
accessorFn: (row) => row.msisdn,
id: 'msdisdn',
header: ({ column }) => <DataGridColumnHeader title="Phone Number" column={column} />,
enableSorting: true,
meta: {
headerClassName: 'w-[350px]'
}
},
{
accessorFn: (row) => row.registered_email,
id: 'email',