수토리지 2023. 9. 15. 10:16

https://datatables.net/

 

DataTables | Table plug-in for jQuery

DataTables Table plug-in for jQuery Advanced tables, instantly DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, built upon the foundations of progressive enhancement, that adds all of these advanced features to any H

datatables.net

 

DataTable({
	destroy: 새 기준을 기반으로 테이블을 삭제하고 생성해야하는 경우
	lengthMenu: 페이지에 한번에 보여줄 드롭다운 항목 지정
	dom: 테이블 레이아웃
	serverside: 처리를 서버 or 클라이언트 에서 할지 지정
	ordering: 정렬 사용 여부
	processing: 처리 표시기 표시를 활성화/비활성화
	searching: 검색기능 활성화/비활성화
	language: 기본 설정된 영어 및 문구 수정가능
	...
})