This commit is contained in:
@@ -39,13 +39,15 @@
|
||||
:headers="headers"
|
||||
:items="Items"
|
||||
item-key="id"
|
||||
:pagination.sync="localFormSettings.pagination"
|
||||
:total-items="totalItems"
|
||||
:options.sync="localFormSettings.pagination"
|
||||
:server-items-length="totalItems"
|
||||
:loading="loading"
|
||||
:rows-per-page-items="rowsPerPageItems"
|
||||
:rows-per-page-text="lt('RowsPerPage')"
|
||||
show-select
|
||||
class="elevation-1"
|
||||
select-all
|
||||
:footer-props="{
|
||||
itemsPerPageOptions: rowsPerPageItems,
|
||||
itemsPerPageText: lt('RowsPerPage')
|
||||
}"
|
||||
>
|
||||
<template slot="items" slot-scope="props">
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user