Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable: missing types on paginatorcontainer slot props #7174

Closed
pickbreaker opened this issue Jan 31, 2025 · 0 comments · Fixed by #7175
Closed

DataTable: missing types on paginatorcontainer slot props #7174

pickbreaker opened this issue Jan 31, 2025 · 0 comments · Fixed by #7175
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@pickbreaker
Copy link

There are several props defined on the paginatorcontainer slot in the DataTable

<template v-if="$slots.paginatorcontainer" #container="slotProps">

However on the slot props type there are no props defined
paginatorcontainer(): VNode[];

@tugcekucukoglu tugcekucukoglu added this to the 4.3.0 milestone Feb 4, 2025
@tugcekucukoglu tugcekucukoglu self-assigned this Feb 4, 2025
@github-project-automation github-project-automation bot moved this to Review in PrimeVue Feb 4, 2025
@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Feb 4, 2025
@github-project-automation github-project-automation bot moved this from Review to Done in PrimeVue Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants