Subversion Repositories DevTools

Rev

Rev 6706 | Rev 6876 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6706 Rev 6789
Line 299... Line 299...
299
                     $('#packageStatsHolder').html(this.html);
299
                     $('#packageStatsHolder').html(this.html);
300
                 }
300
                 }
301
 
301
 
302
                 this.noGroup = $('#noGroups').get(0).checked;
302
                 this.noGroup = $('#noGroups').get(0).checked;
303
                 this.tableConfig.columnDefs = this.noGroup ? this.withNoGroups : this.withGroups;
303
                 this.tableConfig.columnDefs = this.noGroup ? this.withNoGroups : this.withGroups;
-
 
304
                 this.tableConfig.scrollY = $('#noScroll').get(0).checked ? '' : '65vh';
304
 
305
 
305
                 var that = this;
306
                 var that = this;
306
                 var tableConfig = Object.assign({}, this.tableConfig);
307
                 var tableConfig = Object.assign({}, this.tableConfig);
307
                 tableConfig.parentRef = function(){return that;};
308
                 tableConfig.parentRef = function(){return that;};
308
                 this.table = $('#packageStats').DataTable(tableConfig);
309
                 this.table = $('#packageStats').DataTable(tableConfig);