PMCORE-3793: First and Last buttons now working as expected
This commit is contained in:
9
resources/assets/js/home/CustomCaseList/CustomCaseList.vue
Normal file → Executable file
9
resources/assets/js/home/CustomCaseList/CustomCaseList.vue
Normal file → Executable 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") + ":",
|
||||
|
||||
Reference in New Issue
Block a user