Pagination

kendo

  • 개 씩 보기

타입 default

<%- include(`${_src}/views/components/pagination.ejs`, { type: 'default', current: 1, isPrevDisabled: true }) %>
            
  • Default

타입 Expanded

<%- include(`${_src}/views/components/pagination.ejs`, { type: 'expanded', current: 1 }) %>
            

타입 Truncated

<%- include(`${_src}/views/components/pagination.ejs`, { type: 'truncated', current: 25 }) %>