#paginatorLeft not working #75
-
I have a PrimeVue datatable component that I'm using in a project and I have enabled pagination in the table. The issue i'm having is, up until now I've been able to have the pagination buttons pulled to the right under the table. That's still working just fine. The issue I'm having is on the left side. I was adding in custom text that says "Showing 1 to 50 of 2877 records". That was working up until I updated the primeVue package recently. Did something change with the #paginatorLeft slot? Was it renamed or do I have to accomplish this differently now? Thanks in advance! Code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you want |
Beta Was this translation helpful? Give feedback.
I think you want
#paginatorstart
. See: https://primevue.org/datatable/#paginator_template and https://primevue.org/datatable/#api.datatable.slots.paginatorstart