We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.4.7 Vue Version: 3.3.12 Browsers: Chrome 120.0.0.0 OS: Windows 10
Create VDataTable, set up props for paginate icons: prevIcon, nextIcon, firstIcon, lastIcon.
The icons have changed
Icons don't change
https://play.vuetifyjs.com/#...
I checked the source code and probably the props are simply not passed into the next component
The text was updated successfully, but these errors were encountered:
fix(VDataTableFooter): filter VPaginate props (#18909)
60b2abd
fixes #18893
fix(VDataTableFooter): filter VPaginate props (vuetifyjs#18909)
f91a504
fixes vuetifyjs#18893
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.4.7
Vue Version: 3.3.12
Browsers: Chrome 120.0.0.0
OS: Windows 10
Steps to reproduce
Create VDataTable, set up props for paginate icons: prevIcon, nextIcon, firstIcon, lastIcon.
Expected Behavior
The icons have changed
Actual Behavior
Icons don't change
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I checked the source code and probably the props are simply not passed into the next component
The text was updated successfully, but these errors were encountered: