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

Commit

Permalink
Will revisit this page setting, revert to 11.4.9 for now #13
Browse files Browse the repository at this point in the history
  • Loading branch information
yq12 committed Apr 3, 2020
1 parent ca4d3ce commit 74df63e
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, 1500) {
table = new DataTable("table", cols, studentGradeMatrix, 50) {
@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 74df63e

Please sign in to comment.