Resize account columns
This commit is contained in:
parent
297b873393
commit
7c0d758839
@ -306,7 +306,7 @@ function MovementsTable(p: {
|
||||
{
|
||||
field: "label",
|
||||
headerName: "Label",
|
||||
flex: 3,
|
||||
flex: 6,
|
||||
editable: true,
|
||||
type: "string",
|
||||
},
|
||||
@ -326,7 +326,7 @@ function MovementsTable(p: {
|
||||
field: "file",
|
||||
headerName: "File",
|
||||
editable: false,
|
||||
flex: 1,
|
||||
flex: 3,
|
||||
renderCell: (params) => {
|
||||
if (!params.row.file_id)
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user