В
::v-deep .v-data-table {я думаю дальше разберешься
position: relative;
display: flex;
flex-direction: column;
height: 100%;
overflow-y: hidden;
}
/* Stretch table to full height */
.v-data-table__wrapper {
flex-grow: 1;
overflow-y: auto !important;
table {
position: relative;
/* Fixing the table header to the top of the table */
th {
position: sticky;
top: 0;
z-index: 10;
background: #FAFAFA;
}
}