Skip to content

Commit

Permalink
Allow grids to customize the default rows to show
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaflanagan committed Mar 14, 2011
1 parent d7dffa5 commit 280e204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
colNames: definition.headers,
colModel: definition.colModel,
/*onCellSelect: onCellSelect,*/
rowNum: 10,
rowNum: model.initialRows || 10,
rowList: [3, 10, 20, 30],
loadui: "disable",
sortorder: "asc",
Expand Down

0 comments on commit 280e204

Please sign in to comment.