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

FIX: setting lesson name for newly created in table #396 #301

parent 0f26795c
Branches
No related merge requests found
......@@ -413,8 +413,8 @@ $(() => {
editor: "tick", formatter: "tickCross",
sortable: false, headerSort: false
}, true, "total");
// TODO: установить onchange только если еще не установлен
//setLessonNameHandlers($(".lesson_name_input"));
var col = table.getColumn("Lesson"+lessonID);
setLessonNameHandlers($(col.getElement()).find(".lesson_name_input"));
studentList.forEach((student) => {
student["Lesson" + lessonID] = false;
//table.updateData(student);
......
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