728x90
반응형
https://solbel.tistory.com/1896
[javascript/jquery] jquery datatable move to page example / jquery datatable 페이지 이동 처리 방법
[javascript/jquery] jquery datatable move to page example / jquery datatable 페이지 이동 처리 방법 jqery datatable 에서 제공하는 page 기능을 사용할 수도 있지만, 특정 상황에 따라 페이지를 강제로 이동시켜야 하는
solbel.tistory.com
https://datatables.net/reference/api/page()
page()
page() Since: DataTables 1.10 Get / set the current page of the table. Description Paging is a core feature of DataTables, and this method provides external control over the page which the table is displaying. This can be useful if you want to provide cust
datatables.net
() 안에 정수가 오면
해당 페이지로 이동 (첫번째 참조 블로그에 자세히 나와있다.)
() 안에 string 은 datatables 홈페이지에 자세히 설명 되어있다.
728x90
반응형
'Front > JS & jQuery' 카테고리의 다른 글
[bootstrap] multiselect 추가옵션 ( value, label 말고 ) (0) | 2023.01.22 |
---|---|
[bootstrap] multiselect (0) | 2023.01.18 |
[js] Object.entries() (0) | 2022.12.30 |
[jQuery] .parent() .parents() (0) | 2022.12.29 |
[JS] JSON 객체 Key값 동적 할당 (0) | 2022.12.28 |