Update default pagination
This commit is contained in:
@ -34,7 +34,7 @@ export default {
|
||||
},
|
||||
itemsPerPageArray: {
|
||||
type: Array,
|
||||
default: () => [20, 50, 100],
|
||||
default: () => [10, 20, 50],
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
@ -117,7 +117,7 @@ export default {
|
||||
// rowGridOrigin: [],
|
||||
detailList: myDetail,
|
||||
itemsPerPage: 20,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -295,7 +295,7 @@ export default {
|
||||
selectedRowKey: null,
|
||||
selectedRowData: null,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -134,7 +134,7 @@ export default {
|
||||
// rowGridOrigin: [],
|
||||
detailList: myDetail,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -117,7 +117,7 @@ export default {
|
||||
formFg: false,
|
||||
},
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -167,7 +167,7 @@ export default {
|
||||
gridName: "rowGrid",
|
||||
loadGrid: false,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -153,7 +153,7 @@ export default {
|
||||
detailList: myDetail,
|
||||
alrmFg: null,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
@ -159,7 +159,7 @@ export default {
|
||||
eqpmGdIdxFlag: false,
|
||||
fabFlag: false,
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
routeData: {},
|
||||
|
@ -110,7 +110,7 @@ export default {
|
||||
rowKey: null,
|
||||
edtingFinishFlag: 'Y',
|
||||
itemsPerPage: 10,
|
||||
itemsPerPageArray: [10, 20, 30],
|
||||
itemsPerPageArray: [10, 20, 50],
|
||||
limit: 20,
|
||||
page: 1,
|
||||
totalCount: 0,
|
||||
|
Reference in New Issue
Block a user