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

@@ -87,6 +87,11 @@ export default {
tableData: [],
options: {
filterable: true,
pagination: {
chunk: 3,
nav: 'scroll',
edge: true
},
headings: {
name: this.$i18n.t("ID_NAME"),
process: this.$i18n.t("ID_PROCESS"),
@@ -98,8 +103,8 @@ export default {
},
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") + ":",