update list
for project routes
This commit is contained in:
@ -26,6 +26,14 @@ export const CityList = () => {
|
||||
align: 'left',
|
||||
headerAlign: 'left',
|
||||
},
|
||||
{
|
||||
field: 'country',
|
||||
headerName: 'Cтрана',
|
||||
type: 'string',
|
||||
minWidth: 150,
|
||||
align: 'left',
|
||||
headerAlign: 'left',
|
||||
},
|
||||
{
|
||||
field: 'name',
|
||||
headerName: 'Название',
|
||||
@ -36,11 +44,11 @@ export const CityList = () => {
|
||||
{
|
||||
field: 'actions',
|
||||
headerName: 'Действия',
|
||||
minWidth: 120,
|
||||
display: 'flex',
|
||||
align: 'right',
|
||||
headerAlign: 'center',
|
||||
minWidth: 120,
|
||||
sortable: false,
|
||||
display: 'flex',
|
||||
renderCell: function render({row}) {
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user