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.7.7] sticky prop on VDataTableServer doesn't work #20903

Closed
lucie1704 opened this issue Jan 22, 2025 · 2 comments
Closed

[Bug Report][3.7.7] sticky prop on VDataTableServer doesn't work #20903

lucie1704 opened this issue Jan 22, 2025 · 2 comments
Labels
C: VDataTable T: bug Functionality that does not work as intended/expected

Comments

@lucie1704
Copy link

Environment

Vuetify Version: 3.7.7
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Windows 10

Steps to reproduce

It works with v-data-table but not for the v-data-table-server

Expected Behavior

The table header should stick while scroll through the data table

Actual Behavior

The header doesn't stick to the top

Reproduction Link

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

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VDataTable labels Jan 23, 2025
@KaelWD
Copy link
Member

KaelWD commented Jan 23, 2025

You should be using fixed-header not sticky, that's an internal prop that somehow ended up being exposed on VDataTable but not VDataTableServer.

@KaelWD KaelWD closed this as completed in 117423b Jan 23, 2025
@lucie1704
Copy link
Author

Thank you it works !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDataTable T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants