Skip to content

Commit

Permalink
[Discover] Increase default pagination size to 100 (#97742) (#97783)
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Apr 21, 2021
1 parent efe6371 commit 8fbc19b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const gridStyle = {
rowHover: 'none',
};

export const pageSizeArr = [25, 50, 100];
export const defaultPageSize = 25;
export const pageSizeArr = [25, 50, 100, 250];
export const defaultPageSize = 100;
export const toolbarVisibility = {
showColumnSelector: {
allowHide: false,
Expand Down

0 comments on commit 8fbc19b

Please sign in to comment.