Resize account columns
This commit is contained in:
parent
297b873393
commit
7c0d758839
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user