Datatable with q-pagination input
-
Hi,
I’m trying to use the a custom pagination using QPagination component but it doesn’t work out of the box. How can I access the pagination buttons to call pagination functions.I tried this:
<div slot=“pagination” slot-scope=“props” :props=“props”>
<q-pagination input @change=“updatePagination(props)” v-model=“props.pagination.page” :max=“props.pagesNumber” />
</div>But without success. I tried to call props.setPagination but it’s not accessible.
-
This post is deleted! -
Actually using custom pagination solved the problem