Pagination
介紹使用 Pagination 分頁碼元件
Last updated
Was this helpful?
介紹使用 Pagination 分頁碼元件
Last updated
Was this helpful?
Was this helpful?
<bpa-pagination
:total="totalPages"
:current-page.sync="currentPage"
:pager-count="pagerCount"
:pageSize="pageSize"
:pageSizeOptions="pageSizeOptions"
:layout=['total_item', 'total_page', 'page_size', 'first', 'last', 'jump']
@change:page="onChangePage"
@change:pageSize="onChangeSize"
/>