This commit is contained in:
2018-11-28 21:58:44 +00:00
parent e232182447
commit 2a59da1d8d
5 changed files with 10 additions and 4 deletions

View File

@@ -30,6 +30,7 @@
:total-items="totalItems"
:loading="loading"
:rows-per-page-items="rowsPerPageItems"
:rows-per-page-text = "rowsPerPageText"
class="elevation-1"
>
<template slot="items" slot-scope="props">
@@ -83,6 +84,7 @@ export default {
pagination: {},
selected: [],
rowsPerPageItems: [5, 10, 25, 99],
rowsPerPageText:"blah per blah",
headers: [
{
text: this.lt("Widget"),