mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Increase width of duration cell
This commit is contained in:
@@ -160,7 +160,7 @@ const tableColumns: { [key: string]: ColDef } = {
|
|||||||
suppressSizeToFit: true,
|
suppressSizeToFit: true,
|
||||||
valueFormatter: (params: ValueFormatterParams) => formatDuration(params.value * 1000),
|
valueFormatter: (params: ValueFormatterParams) => formatDuration(params.value * 1000),
|
||||||
valueGetter: (params: ValueGetterParams) => (params.data ? params.data.duration : undefined),
|
valueGetter: (params: ValueGetterParams) => (params.data ? params.data.duration : undefined),
|
||||||
width: 60,
|
width: 70,
|
||||||
},
|
},
|
||||||
genre: {
|
genre: {
|
||||||
cellRenderer: GenreCell,
|
cellRenderer: GenreCell,
|
||||||
|
|||||||
Reference in New Issue
Block a user