Skip to content

Commit

Permalink
fix(demos): Change initial page size in remote demo (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvet committed May 25, 2017
1 parent 0d804f4 commit aa64e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class RemoteDataDemo extends React.PureComponent {
rows: [],
sorting: [{ columnName: 'StoreCity', direction: 'asc' }],
totalCount: 0,
pageSize: 12,
pageSize: 10,
allowedPageSizes: [5, 10, 15],
currentPage: 0,
loading: true,
Expand Down

0 comments on commit aa64e3c

Please sign in to comment.