--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
... | ... | @@ -96,14 +96,14 @@ |
| 96 | 96 |
// Tabulator 초기화 |
| 97 | 97 |
tableAddr = new Tabulator(".callAddr_box", {
|
| 98 | 98 |
height: "255px", |
| 99 |
- layout: "fitColumns", |
|
| 99 |
+ layout: "fitData", |
|
| 100 | 100 |
headerHozAlign: "center", |
| 101 | 101 |
validationMode: "highlight", |
| 102 |
- placeholder: "주소록 그룹을 선택해 주세요.", |
|
| 103 |
- resizableColumns: false, |
|
| 102 |
+ resizableColumns: true, |
|
| 104 | 103 |
progressiveLoad:"scroll", |
| 105 | 104 |
progressiveRender: true, // 렌더링 최적화 활성화 |
| 106 | 105 |
progressiveRenderSize: 100, // 한 번에 렌더링할 행 수를 줄임 |
| 106 |
+ placeholder: "주소록 그룹을 선택해 주세요.", |
|
| 107 | 107 |
columns: [ |
| 108 | 108 |
// {formatter: "rowSelection", clipboard: false, hozAlign: "center", headerSort: false},
|
| 109 | 109 |
{formatter: "rowSelection", titleFormatter: "rowSelection", hozAlign: "center", headerSort: false,
|
... | ... | @@ -117,14 +117,14 @@ |
| 117 | 117 |
}, 0); // 비동기적으로 실행 |
| 118 | 118 |
} |
| 119 | 119 |
}, |
| 120 |
- {formatter: "rownum", align: "center", title: "No", hozAlign: "center", headerHozAlign: "center", width: 60},
|
|
| 121 |
- {title: "그룹명", hozAlign: "center", field: "addrGroupNm", editor: false, width: 100, validator: ["required", "minLength:2", "maxLength:40"]},
|
|
| 122 |
- {title: "이름", hozAlign: "center", field: "name", editor: false, width: 100, validator: ["maxLength:12"]},
|
|
| 123 |
- {title: "휴대폰번호", hozAlign: "center", field: "phone", editor: false, width: 100, validator: ["required", "minLength:10", "maxLength:11"]},
|
|
| 124 |
- {title: "[*1*]", hozAlign: "center", field: "rep1", editor: false, width: 84, validator: ["maxLength:40"]},
|
|
| 125 |
- {title: "[*2*]", hozAlign: "center", field: "rep2", editor: false, width: 84, validator: ["maxLength:40"]},
|
|
| 126 |
- {title: "[*3*]", hozAlign: "center", field: "rep3", editor: false, width: 84, validator: ["maxLength:40"]},
|
|
| 127 |
- {title: "[*4*]", hozAlign: "center", field: "rep4", editor: false, width: 84, validator: ["maxLength:40"]},
|
|
| 120 |
+ {title: "No", hozAlign: "center", formatter: "rownum", align: "center", headerHozAlign: "center", width: 60},
|
|
| 121 |
+ {title: "그룹명", hozAlign: "center", field: "addrGroupNm", editor: false, width: 100},
|
|
| 122 |
+ {title: "이름", hozAlign: "center", field: "name", editor: false, width: 100},
|
|
| 123 |
+ {title: "휴대폰번호", hozAlign: "center", field: "phone", editor: false, width: 100},
|
|
| 124 |
+ {title: "[*1*]", hozAlign: "center", field: "rep1", editor: false, width: 84},
|
|
| 125 |
+ {title: "[*2*]", hozAlign: "center", field: "rep2", editor: false, width: 84},
|
|
| 126 |
+ {title: "[*3*]", hozAlign: "center", field: "rep3", editor: false, width: 84},
|
|
| 127 |
+ {title: "[*4*]", hozAlign: "center", field: "rep4", editor: false, width: 84},
|
|
| 128 | 128 |
], |
| 129 | 129 |
validationFailed: function(cell, value, parameters) {
|
| 130 | 130 |
var valid = cell.isValid(); |
... | ... | @@ -3689,7 +3689,7 @@ |
| 3689 | 3689 |
<button type="button" class="btnType btnType17" onClick="javascrit:fnAddrSearch(); return false;">검색</button> |
| 3690 | 3690 |
</div> |
| 3691 | 3691 |
<!-- table --> |
| 3692 |
- <div class="adr_excel adr_pop_list2 callAddr_box"> |
|
| 3692 |
+ <div class="adr_excel adr_pop_list2 callAddr_box" style="max-width:722px"> |
|
| 3693 | 3693 |
</div> |
| 3694 | 3694 |
<!--// table --> |
| 3695 | 3695 |
</div> |
--- src/main/webapp/js/web/addr/init.js
+++ src/main/webapp/js/web/addr/init.js
... | ... | @@ -30,6 +30,7 @@ |
| 30 | 30 |
autoColumns:false, |
| 31 | 31 |
headerHozAlign:"center", |
| 32 | 32 |
validationMode:"highlight", |
| 33 |
+ resizableColumns: false, |
|
| 33 | 34 |
clipboard:false, |
| 34 | 35 |
clipboardCopySelector:"table", |
| 35 | 36 |
clipboardPasteAction:"insert", // insert, update, replace |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?