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

Commit

Permalink
Resetting page rows to be 150 due to page rendering performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yq12 committed Apr 20, 2020
1 parent 568ada7 commit 4f70502
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, 500) {
table = new DataTable("table", cols, studentGradeMatrix, 150) {
@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 4f70502

Please sign in to comment.