Merge pull request 'V2025111101' (#58) from V2025111101 into main

Reviewed-on: #58
This commit was merged in pull request #58.
This commit is contained in:
2025-11-11 05:00:17 +00:00

View File

@@ -139,6 +139,18 @@
<script type="text/javascript">
// 새로운 테이블 구조에 맞게 컬럼 정의 수정
var columns = [
{
formatter: "rowSelection",
titleFormatter: "rowSelection",
headerHozAlign: 'center',
hozAlign: 'center',
width: 50,
frozen: true,
headerSort: false,
cellClick: function(e, cell){
e.stopPropagation();
}
},
{headerHozAlign : 'center', hozAlign : 'center', width : '120', title : '프로젝트번호', field : 'PROJECT_NO', frozen : true,
formatter: fnc_createGridAnchorTag,
cellClick: function(e, cell){