We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee85ccd commit 53c6ae2Copy full SHA for 53c6ae2
src/app/app.component.ts
@@ -17,7 +17,7 @@ export class AppComponent implements OnInit {
17
this.filterSettings = {
18
ignoreAccent: true,
19
hierarchyMode: 'None', //Parent, Child, Both
20
- type: 'FilterBar' //Menu, Excel, CheckBox
+ type: 'Excel' //Menu, FilterBar, CheckBox
21
//columns: [{ field: 'taskName', matchCase: false, operator: 'startswith', predicate: 'and', value: 'Plan' },
22
//{ field: 'duration', matchCase: false, operator: 'equal', predicate: 'and', value: 5 }]
23
};
0 commit comments