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

9
resources/assets/js/home/CaseDetail.vue Normal file → Executable file
View File

@@ -170,6 +170,11 @@ export default {
showTable: true,
tableData: [],
options: {
pagination: {
chunk: 3,
nav: 'scroll',
edge: true
},
headings: {
task: this.$i18n.t("ID_TASK"),
thread_title: this.$i18n.t('ID_CASE_THREAD_TITLE'),
@@ -180,8 +185,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") + ":",