PMCORE-3793: First and Last buttons now working as expected

This commit is contained in:
Tincho
2022-08-02 16:48:30 +00:00
parent 6bd2537b23
commit fb9e4a4dbb
9 changed files with 63 additions and 18 deletions

View File

@@ -338,10 +338,15 @@ export default {
options: {
filterable: false,
perPageValues: [],
pagination: {
chunk: 3,
nav: 'scroll',
edge: true
},
texts: {
count: this.$i18n.t("ID_SHOWING_FROM_RECORDS_COUNT"),
first: this.$i18n.t("ID_FIRST"),
last: this.$i18n.t("ID_LAST"),
first: "<<",
last: ">>",
filter: this.$i18n.t("ID_FILTER") + ":",
limit: this.$i18n.t("ID_RECORDS") + ":",
page: this.$i18n.t("ID_PAGE") + ":",