Paginator updates for DataView

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-13 15:22:16 +03:00
parent 91c7fede14
commit 447773073a
2 changed files with 4 additions and 5 deletions

View file

@ -12,7 +12,7 @@
:template="paginatorTemplate"
:rowsPerPageOptions="rowsPerPageOptions"
:currentPageReportTemplate="currentPageReportTemplate"
:class="cx('paginatorTop')"
:class="cx('paginator')"
:alwaysShow="alwaysShowPaginator"
@page="onPage($event)"
:unstyled="unstyled"
@ -47,11 +47,11 @@
:template="paginatorTemplate"
:rowsPerPageOptions="rowsPerPageOptions"
:currentPageReportTemplate="currentPageReportTemplate"
:class="cx('paginatorBottom')"
:class="cx('paginator')"
:alwaysShow="alwaysShowPaginator"
@page="onPage($event)"
:unstyled="unstyled"
:pt="ptm('root')"
:pt="ptm('paginator')"
>
<template v-if="$slots.paginatorstart" #start>
<slot name="paginatorstart"></slot>