Refactored DataView

This commit is contained in:
Cagatay Civici 2024-04-26 00:39:48 +03:00
parent 59b315ca23
commit e6294869c4
3 changed files with 13 additions and 21 deletions

View file

@ -12,7 +12,7 @@
:template="paginatorTemplate"
:rowsPerPageOptions="rowsPerPageOptions"
:currentPageReportTemplate="currentPageReportTemplate"
:class="cx('paginator')"
:class="cx('paginator', { position: 'top' })"
:alwaysShow="alwaysShowPaginator"
@page="onPage($event)"
:unstyled="unstyled"
@ -45,7 +45,7 @@
:template="paginatorTemplate"
:rowsPerPageOptions="rowsPerPageOptions"
:currentPageReportTemplate="currentPageReportTemplate"
:class="cx('paginator')"
:class="cx('paginator', { position: 'bottom' })"
:alwaysShow="alwaysShowPaginator"
@page="onPage($event)"
:unstyled="unstyled"