alpha
This commit is contained in:
parent
e566255f6f
commit
f6126e3a5d
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
File diff suppressed because one or more lines are too long
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -77,6 +77,18 @@ export const loadColumns = async (
|
||||
valueGetter: (params: GridValueGetterParams) =>
|
||||
params?.value?.id ?? params?.value,
|
||||
},
|
||||
{
|
||||
field: 'gioco',
|
||||
headerName: 'Gioco',
|
||||
flex: 1,
|
||||
minWidth: 120,
|
||||
filterable: false,
|
||||
headerClassName: 'datagrid--header',
|
||||
cellClassName: 'datagrid--cell',
|
||||
valueGetter: (params: GridValueGetterParams) =>
|
||||
params.row.tavolo?.gioco?.nome ?? '',
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
field: 'data_prenotazione',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user