feat: disable edit
This commit is contained in:
@@ -32,6 +32,11 @@ const columns: readonly Column[] = [
|
|||||||
minWidth: 80,
|
minWidth: 80,
|
||||||
//format: (value: string) => value.toLocaleString('en-US'),
|
//format: (value: string) => value.toLocaleString('en-US'),
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// id: 'edit',
|
||||||
|
// label: 'Edit',
|
||||||
|
// minWidth: 80,
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
id: 'schedule',
|
id: 'schedule',
|
||||||
label: 'Schedule',
|
label: 'Schedule',
|
||||||
|
|||||||
Reference in New Issue
Block a user