[FIX]missing column attendance view (#2)

Co-authored-by: Nikhil <nikhil@cybrosys.in>
This commit is contained in:
Horilla
2023-05-11 16:26:27 +05:30
committed by GitHub
parent 860925396c
commit f193fb00a0
4 changed files with 40 additions and 2 deletions

View File

@@ -4133,5 +4133,9 @@ $(document).on("htmx:afterSettle", function (e) {
}
});
$(`#${targetId} .oh-sticky-table__tr.oh-table__toggle-parent`).on("click",function(e){
$(this).parent().find(".oh-table__toggle-child").toggleClass("oh-table__toggle-child--show")
})
});