Are you looking for a way to detect scrolling events on the v-data-table component in Vuetify framework?
I am referring to the scenario where the table has a fixed height, causing the table body to scroll.
<v-data-table
fixed-header
:height=400
:headers="headers"
:items="desserts"
item-key="name"
disable-pagination
hide-default-footer
></v-data-table>