Pagination links indicate a series of related content exists across multiple pages. In Adminify we can provide multiple style of pagination.
<b-pagination :size="data.size" :total-rows="100" v-model="basicPage" :per-page="10"></b-pagination>
You can check some other layouts of pagination below. For adding any of the below layout in the template, please check their relative code in the src -> views -> ui-elements-> Pagination.vue
folder.
