This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<v-data-table
|
||||
:headers="headers"
|
||||
:items="records"
|
||||
:options.sync="options"
|
||||
:server-items-length="totalRecords"
|
||||
:loading="loading"
|
||||
class="elevation-1"
|
||||
></v-data-table>
|
||||
</v-container>
|
||||
<v-data-table
|
||||
:headers="headers"
|
||||
:items="records"
|
||||
:options.sync="options"
|
||||
:server-items-length="totalRecords"
|
||||
:loading="loading"
|
||||
class="elevation-1"
|
||||
></v-data-table>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user