[WIP] Убрал чекбоксы, и на их место поставил кнопку редактирования

This commit is contained in:
megavrilinvv
2022-12-09 16:54:56 +03:00
parent 94e6727350
commit 946b66c42b
5 changed files with 48 additions and 42 deletions

View File

@@ -1,8 +1,9 @@
export const column = [
{
name: "checkbox",
name: "dots",
title: "Do",
iconHead: false,
width: 36,
width: 53,
},
{
name: "fullName",
@@ -96,12 +97,11 @@ export const column = [
iconHead: false,
width: 152,
},
{
name: "dots",
title: "Do",
iconHead: false,
width: 53,
},
// {
// name: "checkbox",
// iconHead: false,
// width: 36,
// },
];
export const detail = {