Skip to content

Commit

Permalink
page size fix to 10 (#638)
Browse files Browse the repository at this point in the history
Co-authored-by: nabeelmd-eGov <nabeel.md@egovernments.com>
  • Loading branch information
nabeelmd-eGov and nabeelmd-eGov committed May 20, 2024
1 parent 775d991 commit 4508817
Showing 1 changed file with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ export const myCampaignConfig = {
enableGlobalSearch: false,
enableColumnSort: true,
resultsJsonPath: "CampaignDetails",
customDefaultPagination: {
limit: 5,
offset: 0,
},
customPageSizesArray: [5, 10, 15, 20],
// customDefaultPagination: {
// limit: 5,
// offset: 0,
// },
// customPageSizesArray: [5, 10, 15, 20],
tableClassName: "table campaign-table",
},
children: {},
Expand Down Expand Up @@ -249,11 +249,11 @@ export const myCampaignConfig = {
enableGlobalSearch: false,
enableColumnSort: true,
resultsJsonPath: "CampaignDetails",
customDefaultPagination: {
limit: 5,
offset: 0,
},
customPageSizesArray: [5, 10, 15, 20],
// customDefaultPagination: {
// limit: 5,
// offset: 0,
// },
// customPageSizesArray: [5, 10, 15, 20],
tableClassName: "table campaign-table",
},
children: {},
Expand Down Expand Up @@ -380,11 +380,11 @@ export const myCampaignConfig = {
enableGlobalSearch: false,
enableColumnSort: true,
resultsJsonPath: "CampaignDetails",
customDefaultPagination: {
limit: 5,
offset: 0,
},
customPageSizesArray: [5, 10, 15, 20],
// customDefaultPagination: {
// limit: 5,
// offset: 0,
// },
// customPageSizesArray: [5, 10, 15, 20],
tableClassName: "table campaign-table",
},
children: {},
Expand Down Expand Up @@ -511,11 +511,11 @@ export const myCampaignConfig = {
enableGlobalSearch: false,
enableColumnSort: true,
resultsJsonPath: "CampaignDetails",
customDefaultPagination: {
limit: 5,
offset: 0,
},
customPageSizesArray: [5, 10, 15, 20],
// customDefaultPagination: {
// limit: 5,
// offset: 0,
// },
// customPageSizesArray: [5, 10, 15, 20],
tableClassName: "table campaign-table",
},
children: {},
Expand Down Expand Up @@ -642,11 +642,11 @@ export const myCampaignConfig = {
enableGlobalSearch: false,
enableColumnSort: true,
resultsJsonPath: "CampaignDetails",
customDefaultPagination: {
limit: 5,
offset: 0,
},
customPageSizesArray: [5, 10, 15, 20],
// customDefaultPagination: {
// limit: 5,
// offset: 0,
// },
// customPageSizesArray: [5, 10, 15, 20],
tableClassName: "table campaign-table",
},
children: {},
Expand Down

0 comments on commit 4508817

Please sign in to comment.