hide specific
data for users
into CustomDataGrid
This commit is contained in:
@ -60,10 +60,10 @@ export const SightList = () => {
|
||||
field: 'actions',
|
||||
headerName: 'Действия',
|
||||
align: 'right',
|
||||
headerAlign: 'center',
|
||||
minWidth: 120,
|
||||
sortable: false,
|
||||
headerAlign: 'right',
|
||||
display: 'flex',
|
||||
flex: 1,
|
||||
sortable: false,
|
||||
renderCell: function render({row}) {
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user