Skip to content

Commit

Permalink
fix(grid): use formattter function for boolean columns #8978
Browse files Browse the repository at this point in the history
  • Loading branch information
Volen99 committed Sep 27, 2021
1 parent 65510d3 commit bbc8388
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,7 @@ export class ColumnDefinitions {

public static idNameFormatter = `
<igx-column field="ID" [formatter]="multiplier"></igx-column>
<<<<<<< HEAD
<<<<<<< HEAD
<igx-column field="IsEmployed" [dataType]="'boolean'"></igx-column>
=======
<igx-column field="IsDev" [dataType]="'boolean'"></igx-column>
>>>>>>> 43949224fa (fix(grid): use formattter function for boolean columns #8978)
<igx-column field="Name"></igx-column>
`;

Expand Down

0 comments on commit bbc8388

Please sign in to comment.