We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.7.7 Vue Version: 3.5.13 Browsers: Chrome 134.0.0.0 OS: Mac OS 10.15.7
The following behavior can be observed:
Structure: v-data-table-virtual -> expanded-row -> v-data-table-virtual -> expanded-row -> v-data-table-virtual
Behavior: While scrolling outside the area of the 3rd table, you jump back again. The behavior is most likely to be seen when scrolling slowly.
The behavior only occurs when fixed-header = true and the row of the 2nd table is expanded.
Procedure:
Translated with DeepL.com (free version)
scrolling in multiple nested tables with fixed headers
jump when scrolling in nested tables with fixed header
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
fix(virtual): fixes scrollbar jumping
7a856a7
add checkup for direction of scrolling to prevent infinite looping fixes vuetifyjs#21155
fix(VDataTableVirtual): fixed jumping scrollbar
4f0dc7b
trigger handleItemResize on expanded row to recalculate height to prevent infinite looping fixes vuetifyjs#21155
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.7.7
Vue Version: 3.5.13
Browsers: Chrome 134.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
The following behavior can be observed:
Structure:
v-data-table-virtual
-> expanded-row ->
v-data-table-virtual
-> expanded-row ->
v-data-table-virtual
Behavior:
While scrolling outside the area of the 3rd table, you jump back again.
The behavior is most likely to be seen when scrolling slowly.
The behavior only occurs when fixed-header = true and the row of the 2nd table is expanded.
Procedure:
Translated with DeepL.com (free version)
Expected Behavior
scrolling in multiple nested tables with fixed headers
Actual Behavior
jump when scrolling in nested tables with fixed header
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: