added fixed width for status col

This commit is contained in:
apoorv taneja
2024-02-08 13:31:38 +05:30
parent 8f3a52e1fd
commit 58f4b72939
2 changed files with 7 additions and 1 deletions

View File

@ -72,6 +72,7 @@ export const DocumentsDataTable = ({ results }: DocumentsDataTableProps) => {
header: 'Status',
accessorKey: 'status',
cell: ({ row }) => <DocumentStatus status={row.getValue('status')} />,
size: 140,
},
{
header: 'Actions',