Skip to content

Commit ccdadcf

Browse files
author
pipeline
committed
bug(EJ2-3829): sample updated
1 parent 4d29455 commit ccdadcf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Binary file not shown.
3 Bytes
Binary file not shown.

samples/grid/filtermenu/app/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export class FilterMenu extends SampleBase<{}, {}> {
99

1010
private gridInstance: GridComponent;
1111
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' },
1414
];
1515
public filterSettings: any = { type: 'menu' }
1616
private fields: Object = { text: 'text', value: 'value' };

src/grid/filtermenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export class FilterMenu extends SampleBase<{}, {}> {
99

1010
private gridInstance: GridComponent;
1111
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' },
1414
];
1515
public filterSettings: any = { type: 'menu' }
1616
private fields: Object = { text: 'text', value: 'value' };

0 commit comments

Comments
 (0)