Skip to content

Commit ffd620a

Browse files
author
sowvikr
committed
Change the default theme.
1 parent 2edc2f9 commit ffd620a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Component } from '@angular/core';
88
export class AppComponent {
99
title = 'angular-open-datagrid-lib';
1010
pagination = true;
11-
theme = 'dark-theme';
11+
theme = 'light-theme';
1212
columnDefs = [
1313
{
1414
headerName: 'Trade Date', width: 220, field: 'tradeDate', filter: true, columnFilter: true,
@@ -444,7 +444,7 @@ export class AppComponent {
444444
commonSearch = true;
445445
rowData = [];
446446
ngOnInit() {
447-
for(let i=0;i<1500;++i){
447+
for(let i=0;i<1;++i){
448448
this.rowData = this.rowData.concat(this.rowData1);
449449
}
450450
}

0 commit comments

Comments
 (0)