Skip to content

Commit 53c6ae2

Browse files
authored
Update app.component.ts
1 parent ee85ccd commit 53c6ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class AppComponent implements OnInit {
1717
this.filterSettings = {
1818
ignoreAccent: true,
1919
hierarchyMode: 'None', //Parent, Child, Both
20-
type: 'FilterBar' //Menu, Excel, CheckBox
20+
type: 'Excel' //Menu, FilterBar, CheckBox
2121
//columns: [{ field: 'taskName', matchCase: false, operator: 'startswith', predicate: 'and', value: 'Plan' },
2222
//{ field: 'duration', matchCase: false, operator: 'equal', predicate: 'and', value: 5 }]
2323
};

0 commit comments

Comments
 (0)