File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export class FilterMenu extends SampleBase<{}, {}> {
9
9
10
10
private gridInstance : GridComponent ;
11
11
private filterType : { [ key : string ] : Object } [ ] = [
12
- { text : 'menu ' , value : 'menu' } ,
13
- { text : 'checkbox ' , value : 'checkbox' } ,
12
+ { text : 'Menu ' , value : 'menu' } ,
13
+ { text : 'Checkbox ' , value : 'checkbox' } ,
14
14
] ;
15
15
public filterSettings : any = { type : 'menu' }
16
16
private fields : Object = { text : 'text' , value : 'value' } ;
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export class FilterMenu extends SampleBase<{}, {}> {
9
9
10
10
private gridInstance : GridComponent ;
11
11
private filterType : { [ key : string ] : Object } [ ] = [
12
- { text : 'menu ' , value : 'menu' } ,
13
- { text : 'checkbox ' , value : 'checkbox' } ,
12
+ { text : 'Menu ' , value : 'menu' } ,
13
+ { text : 'Checkbox ' , value : 'checkbox' } ,
14
14
] ;
15
15
public filterSettings : any = { type : 'menu' }
16
16
private fields : Object = { text : 'text' , value : 'value' } ;
You can’t perform that action at this time.
0 commit comments