-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed as duplicate of#20457
Closed as duplicate of#20457
Copy link
Labels
C: VDataTableP: highThe issue is of high importanceThe issue is of high importanceT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedduplicateThe issue has already been reportedThe issue has already been reported
Description
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:
- set fixed header to true via button
- expand row of table 1
- expand row of table 2
- scroll slowly
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: VDataTableP: highThe issue is of high importanceThe issue is of high importanceT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedduplicateThe issue has already been reportedThe issue has already been reported