2024/03/06 정렬버튼 input->button으로 수정

This commit is contained in:
kmg 2024-03-06 15:07:55 +09:00
parent f418b160d2
commit e8e821ea79

View File

@ -232,16 +232,16 @@ function fnCheckAll(){
<thead>
<tr>
<!-- <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>메뉴명 <input type="button" class="sortBtn sort" id="sort_menuNm"></th>
<th>메소드명 <input type="button" class="sortBtn sort" id="sort_methodNm"></th>
<th>기능명 <input type="button" class="sortBtn sort" id="sort_approNm"></th>
<th>파라미터 <input type="button" class="sortBtn sort" id="sort_param"></th>
<th>개인정보여부 <input type="button" class="sortBtn sort" id="sort_privacy"></th>
<th>등록일자 <input type="button" class="sortBtn sort" id="sort_creatDt"></th>
<th>사용자구분<input type="button" class="sortBtn sort" id="sort_method_cd"></th>
<th>통계사용여부<input type="button" class="sortBtn sort" id="sort_use_yn"></th>
<th>통계순서<input type="button" class="sortBtn sort" id="sort_sort_num"></th>
<th>번호 <button type="button" class="sortBtn sort" id="sort_tempSortNum">▲</button></th>
<th>메뉴명 <button type="button" class="sortBtn sort" id="sort_menuNm">▲</button></th>
<th>메소드명 <button type="button" class="sortBtn sort" id="sort_methodNm">▲</button></th>
<th>기능명 <button type="button" class="sortBtn sort" id="sort_approNm">▲</button></th>
<th>파라미터 <button type="button" class="sortBtn sort" id="sort_param">▲</button></th>
<th>개인정보여부 <button type="button" class="sortBtn sort" id="sort_privacy">▲</button></th>
<th>등록일자 <button type="button" class="sortBtn sort" id="sort_creatDt">▲</button></th>
<th>사용자구분<button type="button" class="sortBtn sort" id="sort_method_cd">▲</button></th>
<th>통계사용여부<button type="button" class="sortBtn sort" id="sort_use_yn">▲</button></th>
<th>통계순서<button type="button" class="sortBtn sort" id="sort_sort_num">▲</button></th>
<th>관리</th>
</tr>
</thead>