[개발] 프로그램 지식

[kendo ui] message안에서 사용하는 속성들

  • -
반응형
messages: {

        display: "{0} - {1} of {2} items",
        
        // {0} is the index of the first record on the page,
        
        // {1} - index of the last record on the page,
        
        // {2} is the total amount of records
        표현된 데이터의 총 개수를 출력
        ex. display: "전체 데이터 수 : {2} 건"
        
        empty: "No items to display",
        
        page: "Page",
        
        of: "of {0}", 
        //{0} is total amount of pages
        페이지 총 수를 표현
        
        itemsPerPage: "items per page",
        
        first: "Go to the first page",
        
        previous: "Go to the previous page",
        
        next: "Go to the next page",
        
        last: "Go to the last page",
        
        refresh: "Refresh"
}

 

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.