#42 with fixed headers
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</v-row>
|
||||
</v-card-text>
|
||||
|
||||
<v-data-table-virtual :headers="headers" :items="currentUser.userTransactions" height="250"
|
||||
<v-data-table-virtual fixed-header :headers="headers" :items="currentUser.userTransactions" height="250"
|
||||
item-value="name">
|
||||
</v-data-table-virtual>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user