Aligned treetable css with table

This commit is contained in:
Cagatay Civici 2024-04-29 12:00:43 +03:00
parent 94c6e7d19f
commit b29e165d35
6 changed files with 257 additions and 264 deletions

View file

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