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

[Bug Report][3.6.3] VDataTableServer - on mobile - is ignoring #headers slot #19746

Closed
jakubmatisak opened this issue May 3, 2024 · 2 comments

Comments

@jakubmatisak
Copy link

Environment

Vuetify Version: 3.6.3
Last working version: 3.5.18
Vue Version: 3.4.26
Browsers: Chrome 124.0.0.0
OS: Windows 10

Steps to reproduce

After upgrade from version 3.5.18 to 3.6.3 - VDataTable started to ignore #headers slot on mobile.
I have custom component for headers on mobile (since version 3.4.0 was released) but it is completedy ignored now.

In Reproduction link is demo with #headers slot inserted.

Expected Behavior

to have #headers slot also on mobile

Actual Behavior

Doing nothing. It is automatically inserting new funcionality of sorting/selecting.

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

I have found workaround.
After setting prop :mobile="false" is everything working, but it shouldn't work like that.

@KaelWD
Copy link
Member

KaelWD commented May 3, 2024

How should the headers slot be displayed on mobile? It's a completely different structure.

setting prop :mobile="false" is everything working, but it shouldn't work like that

#19744

@jakubmatisak
Copy link
Author

Sorry, I did a test again and it was my missunderstaning of this updated structure. I'm closing the issue.

@jakubmatisak jakubmatisak closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants