반응형
datatables.js 사용하며 영문으로 표기된 부분의 언어를 바꾸는 방법은 아래와 같습니다.
[원본: https://datatables.net/reference/option/language ]
{
"decimal"
:
""
,
"emptyTable"
:
"No data available in table"
,
"info"
:
"Showing _START_ to _END_ of _TOTAL_ entries"
,
"infoEmpty"
:
"Showing 0 to 0 of 0 entries"
,
"infoFiltered"
:
"(filtered from _MAX_ total entries)"
,
"infoPostFix"
:
""
,
"thousands"
:
","
,
"lengthMenu"
:
"Show _MENU_ entries"
,
"loadingRecords"
:
"Loading..."
,
"processing"
:
"Processing..."
,
"search"
:
"Search:"
,
"zeroRecords"
:
"No matching records found"
,
"paginate"
: {
"first"
:
"맨처음"
,
"last"
:
"마지막"
,
"next"
:
"다음"
,
"previous"
:
"이전"
},
"aria"
: {
"sortAscending"
:
": activate to sort column ascending"
,
"sortDescending"
:
": activate to sort column descending"
}
}
반응형
'초짜 IT보이 서바이벌 스토리 > jQuery' 카테고리의 다른 글
[datatables.js] 옵션: csv 다운로드 (1) | 2018.12.10 |
---|---|
JQuery 샘플 1 - effect/sliding (31) | 2009.04.27 |