Resize account columns

This commit is contained in:
Pierre HUBERT 2025-05-01 20:59:46 +02:00
parent 297b873393
commit 7c0d758839

View File

@ -306,7 +306,7 @@ function MovementsTable(p: {
{ {
field: "label", field: "label",
headerName: "Label", headerName: "Label",
flex: 3, flex: 6,
editable: true, editable: true,
type: "string", type: "string",
}, },
@ -326,7 +326,7 @@ function MovementsTable(p: {
field: "file", field: "file",
headerName: "File", headerName: "File",
editable: false, editable: false,
flex: 1, flex: 3,
renderCell: (params) => { renderCell: (params) => {
if (!params.row.file_id) if (!params.row.file_id)
return ( return (