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.1] VDataTable mobile shows header for sort & select when neither is applicable #19730

Open
Brunosil97 opened this issue May 1, 2024 · 1 comment
Assignees

Comments

@Brunosil97
Copy link

Environment

Vuetify Version: 3.6.1
Vue Version: 3.4.21
Browsers: Chrome 124.0.0.0
OS: Windows

Steps to reproduce

Use mobile prop on VDataTable where sortable is false and selecting are not applicable

Expected Behavior

To have mobile format for VDataTable without the header for sort/select

Actual Behavior

Mobile format for VDataTable with added header for sort/select

Reproduction Link

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

@Brunosil97 Brunosil97 changed the title [Bug Report][3.6.1] VDataTable mobile shows header for sort & select when neither is present [Bug Report][3.6.1] VDataTable mobile shows header for sort & select when neither is applicable May 1, 2024
@webdevnerdstuff
Copy link
Contributor

webdevnerdstuff commented May 2, 2024

The bug where select was in the mobile header when not enabled was fixed in v3.6.2. The sortBy, not yet.

Your Playground example has multiple errors in it. You are using header as a prop when it should be headers, you also have two v-app components and surround it with a div with the id of app.

This is a more accurate example. https://play.vuetifyjs.com/playgrounds/F17glA

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