Skip to content

Commit

Permalink
Added new options to"number of record" in grid (#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
loekvangool authored and fballiano committed Mar 18, 2023
1 parent fc983d4 commit 76a8976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,6 @@ public function getRowUrl($row)
*/
public function getLimitOptions(): array
{
return [20, 30, 50, 100, 200];
return [20, 30, 50, 100, 200, 500, 1000];
}
}

0 comments on commit 76a8976

Please sign in to comment.