그리드 제목 체크박스 체크처리 수정

main
이범준 4 months ago
parent 871ec4d16c
commit b1e66bb21d

@ -71,7 +71,7 @@
<button type="button" onClick="${infoPrefix}Control.getLinkedList('actions');" class="nav-link" role="tab" data-bs-toggle="tab" data-bs-target="#navs-top-actions" aria-controls="navs-top-actions" aria-selected="false">기능그룹</button>
</li>
</ul>
<div class="tab-content" style="padding:.6em 0;">
<div class="tab-content" style="padding:.6em 0;" id="${infoPrefix}RightInclude">
<div class="tab-pane fade show active" id="navs-top-users" role="tabpanel">
<jsp:include page="user-list.jsp" />
</div>
@ -115,6 +115,7 @@ function render${infoPrefix}List() {
${infoPrefix}List.inStrings(document.getElementById("${infoPrefix}Row").innerHTML); <%-- from template#${infoPrefix}Row --%>
$("#${infoPrefix}List").html(trs.join());
$("#${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false);
$("#${infoPrefix}RightInclude").find("th input[type='checkbox']").prop("checked", false);
}
${infoPrefix}Control.onAuthorityListChange = obj => {

Loading…
Cancel
Save