diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp index dff9b40e..a2e0e05a 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -90,38 +90,24 @@ window.onload = function() { return data.promise(); } // loadData }, - - rowClick: function(args) { // 행 클릭 시, 실행되는 이벤트 함수 - - // 클릭된 행의 자료 객체 - var getData = args.item; - - // 추출할 컬럼의 데이터 가져오기 - var articleNo = getData["articleNo"]; - - // 상세 내용 보기 - fn_view_detail(articleNo); - }, //====================================== // 그리드 컬럼 정의 (각 요청에 맞게 조정) //====================================== fields: [ - { title:"번호", name: "articleNo" , type: "number" , width: 50, align: "center"}, - { title:"자료명", name: "rentItem", type: "text" , width: 200, align: "center" }, - { title:"관리번호", name: "ctrlNum", type: "number", width: 50, align: "center" }, - { title:"저자", name: "author", type: "text", width: 100, align: "center"}, - { title:"출판사", name: "publisher", type: "text", width: 100, align: "center"}, - { title:"대여일", name: "rentDate", type: "text", width: 100, align: "center"}, - { title:"반납예정일", name: "retDueDate", type: "text", width: 100, align: "center"}, - { title:"대출연장", name: "loanExtension", type: "text", width: 80, align: "center" , itemTemplate: function (_, item) { - var btn = $("