Skip to content
Snippets Groups Projects
Commit c49259cc authored by Anton Bagliy's avatar Anton Bagliy
Browse files

FIX: deprecate tick editor in tabulator #421

parent f5311162
Branches
No related merge requests found
......@@ -55,7 +55,7 @@ $(() => {
<div class="delete_lesson" id="lesson_delete_${lesson.ID}"><span class="delete_lesson_icon"></span></div>`,
field: "Lesson" + lesson.ID,
headerVertical: false,
editor: "tick", formatter: "tickCross",
editor: "tickCross", formatter: "tickCross",
sortable: false, headerSort: false
};
columnDescription.push(lessonDescription);
......@@ -413,7 +413,7 @@ $(() => {
<div class="delete_lesson" id="lesson_delete_${lessonID}"><span class="delete_lesson_icon"></span></div>`,
field: "Lesson" + lessonID,
headerVertical: false,
editor: "tick", formatter: "tickCross",
editor: "tickCross", formatter: "tickCross",
sortable: false, headerSort: false
}, false);
var col = table.getColumn("Lesson"+lessonID);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment