Relative Content

Tag Archive for javascriptvue.jsvuetify.jsvtable

Vuetify, v-data-table-virtual nested scroll bug

I’m trying to implement a virtual data table where when a row is clicked, it shows another embedded data table. However, with the row expanded, when you attempt to scroll the outer table, it gets stuck and keeps reloading the expanded row to the top…unless I’m doing something wrong…