Skip to content

Commit

Permalink
Should have a higher maxRowsPerPage default if we are going to limit it.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Sep 28, 2012
1 parent c44ec4d commit f21742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnDemandList.js
Expand Up @@ -7,7 +7,7 @@ return declare([List, _StoreMixin], {
minRowsPerPage: 25, minRowsPerPage: 25,
// maxRowsPerPage: Integer // maxRowsPerPage: Integer
// The maximum number of rows to request at one time. // The maximum number of rows to request at one time.
maxRowsPerPage: 100, maxRowsPerPage: 1000,
// maxEmptySpace: Integer // maxEmptySpace: Integer
// Defines the maximum size (in pixels) of unrendered space below the // Defines the maximum size (in pixels) of unrendered space below the
// currently-rendered rows. Setting this to less than Infinity can be useful if you // currently-rendered rows. Setting this to less than Infinity can be useful if you
Expand Down

0 comments on commit f21742b

Please sign in to comment.