mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #3921 - DataTable and TreeTable: new Paginator dropdown icon slots
This commit is contained in:
parent
1b300b54f0
commit
43faf8704d
8 changed files with 100 additions and 4 deletions
|
@ -30,6 +30,7 @@
|
|||
:options="rowsPerPageOptions"
|
||||
@rows-change="onRowChange($event)"
|
||||
:disabled="empty"
|
||||
:templates="$slots"
|
||||
:unstyled="unstyled"
|
||||
:pt="pt"
|
||||
/>
|
||||
|
@ -40,6 +41,7 @@
|
|||
:pageCount="pageCount"
|
||||
@page-change="changePage($event)"
|
||||
:disabled="empty"
|
||||
:templates="$slots"
|
||||
:unstyled="unstyled"
|
||||
:pt="pt"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue