Is there a way to catch scrolling event on v-data-table component of Vuetify frmework?
I mean the case when table has a fixed height so the table body will scroll.
<v-data-table
fixed-header
:height=400
:headers="headers"
:items="desserts"
item-key="name"
disable-pagination
hide-default-footer
></v-data-table>