2024/03/06 정렬버튼 input->button으로 수정
This commit is contained in:
parent
f418b160d2
commit
e8e821ea79
@ -232,16 +232,16 @@ function fnCheckAll(){
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<!-- <th><input type="checkbox" id="checkAll" onclick="javascript:fnCheckAll();"><label for="checkAll"></label></th> -->
|
<!-- <th><input type="checkbox" id="checkAll" onclick="javascript:fnCheckAll();"><label for="checkAll"></label></th> -->
|
||||||
<th>번호 <input type="button" class="sortBtn sort" id="sort_tempSortNum"></th>
|
<th>번호 <button type="button" class="sortBtn sort" id="sort_tempSortNum">▲</button></th>
|
||||||
<th>메뉴명 <input type="button" class="sortBtn sort" id="sort_menuNm"></th>
|
<th>메뉴명 <button type="button" class="sortBtn sort" id="sort_menuNm">▲</button></th>
|
||||||
<th>메소드명 <input type="button" class="sortBtn sort" id="sort_methodNm"></th>
|
<th>메소드명 <button type="button" class="sortBtn sort" id="sort_methodNm">▲</button></th>
|
||||||
<th>기능명 <input type="button" class="sortBtn sort" id="sort_approNm"></th>
|
<th>기능명 <button type="button" class="sortBtn sort" id="sort_approNm">▲</button></th>
|
||||||
<th>파라미터 <input type="button" class="sortBtn sort" id="sort_param"></th>
|
<th>파라미터 <button type="button" class="sortBtn sort" id="sort_param">▲</button></th>
|
||||||
<th>개인정보여부 <input type="button" class="sortBtn sort" id="sort_privacy"></th>
|
<th>개인정보여부 <button type="button" class="sortBtn sort" id="sort_privacy">▲</button></th>
|
||||||
<th>등록일자 <input type="button" class="sortBtn sort" id="sort_creatDt"></th>
|
<th>등록일자 <button type="button" class="sortBtn sort" id="sort_creatDt">▲</button></th>
|
||||||
<th>사용자구분<input type="button" class="sortBtn sort" id="sort_method_cd"></th>
|
<th>사용자구분<button type="button" class="sortBtn sort" id="sort_method_cd">▲</button></th>
|
||||||
<th>통계사용여부<input type="button" class="sortBtn sort" id="sort_use_yn"></th>
|
<th>통계사용여부<button type="button" class="sortBtn sort" id="sort_use_yn">▲</button></th>
|
||||||
<th>통계순서<input type="button" class="sortBtn sort" id="sort_sort_num"></th>
|
<th>통계순서<button type="button" class="sortBtn sort" id="sort_sort_num">▲</button></th>
|
||||||
<th>관리</th>
|
<th>관리</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user