DataTable and TreeTable: new Paginator dropdown icon slots #3921
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
3.27 introducted custom slots for icons. Unfortunately some of them are missing.
When using DataTable I cannot customize paginator icons for dropdowns
RowsPerPageDropdown
andJumpToPageDropdown
.As can be seen in code https://github.com/primefaces/primevue/blob/master/components/lib/paginator/Paginator.vue,
paginator is not exposing slots to pass to the dropdowns, so using paginator, dataTable, any any other component that is using paginator forces user to use icon provided by library.
Reproducer
PrimeVue version
3.27
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Ability to customize dropdown icons
The text was updated successfully, but these errors were encountered: