Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Setting to 500rows per page to minimize mem allocation but still cove…
Browse files Browse the repository at this point in the history
…r most of the course sites that have gradebookng within one page #13
  • Loading branch information
yq12 committed Apr 9, 2020
1 parent a4e1bc9 commit a54b01c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public String getCssClass() {
stopwatch.time("all Columns added", stopwatch.getTime());

// TODO make this AjaxFallbackDefaultDataTable
table = new DataTable("table", cols, studentGradeMatrix, 50) {
table = new DataTable("table", cols, studentGradeMatrix, 500) {
@Override
protected Item newCellItem(final String id, final int index, final IModel model) {
return new Item(id, index, model) {
Expand Down

0 comments on commit a54b01c

Please sign in to comment.