Don't display "count" text for pagination

This commit is contained in:
Adam Stachowicz
2021-10-26 18:03:49 +02:00
parent 8d984881c9
commit 2e7ad1b7b2
9 changed files with 14 additions and 47 deletions

View File

@@ -210,15 +210,10 @@ export default {
showPingChartBox: true,
paginationConfig: {
texts: {
count: `${this.$t("Showing {from} to {to} of {count} records")}|{count} ${this.$t("records")}|${this.$t("One record")}`,
first: this.$t("First"),
last: this.$t("Last"),
nextPage: ">",
nextChunk: ">>",
prevPage: "<",
prevChunk: "<<"
}
}
count: "",
},
chunksNavigation: "scroll",
},
};
},
computed: {