Skip to content

Commit

Permalink
Merge pull request #780 from AI4Bharat/minorfix6
Browse files Browse the repository at this point in the history
added 1000 rows option for reports
  • Loading branch information
aparna-aa authored Aug 6, 2024
2 parents 5eae876 + efef762 commit 2659402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/Organization/OrganizationReport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ const OrganizationReport = () => {
rowsPerPage: limit,
count: total_count,
customToolbar: renderToolBar,
rowsPerPageOptions: [10, 25, 50, 100, 1000],
onTableChange: (action, tableState) => {
switch (action) {
case "changePage":
Expand Down
1 change: 1 addition & 0 deletions src/containers/Organization/Project/ProjectReport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ const ProjectReport = () => {
rowsPerPage: limit,
count: total_count,
customToolbar: renderToolBar,
rowsPerPageOptions: [10, 25, 50, 100, 1000],
onTableChange: (action, tableState) => {
switch (action) {
case "changePage":
Expand Down

0 comments on commit 2659402

Please sign in to comment.