[Tables] Increase default table size

This commit is contained in:
Henry
2017-01-19 21:18:53 -08:00
parent 0c3ff82cfe
commit ae2b73a4f5
2 changed files with 67 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ define(
this.$scope = $scope;
this.element = $(element[0]);
this.$window = $window;
this.maxDisplayRows = 50;
this.maxDisplayRows = 100;
this.scrollable = this.element.find('.l-view-section.scrolling').first();
this.resultsHeader = this.element.find('.mct-table>thead').first();