페이지 사이즈 변경 시, 1페이지로 초기화 처리함
This commit is contained in:
parent
4866e2da93
commit
c0377ed311
@ -60,6 +60,7 @@ window.onload = function() {
|
|||||||
|
|
||||||
// 페이지 크기 변경시 재조회
|
// 페이지 크기 변경시 재조회
|
||||||
$("#pageSize").on("change", function(e) {
|
$("#pageSize").on("change", function(e) {
|
||||||
|
$("#pageIndex").val(1);
|
||||||
fnFilterSch();
|
fnFilterSch();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user