Skip to content

Commit

Permalink
fix(igx,custom-grid): assign allowFiltering when selected as option
Browse files Browse the repository at this point in the history
  • Loading branch information
damyanpetev committed Nov 16, 2020
1 parent 35d274c commit 7534c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/igx-templates/igx-ts/grid/grid-custom/index.ts
Expand Up @@ -64,6 +64,7 @@ class IgxCustomGridTemplate extends IgniteUIForAngularTemplate {
switch (feature) {
case "Sorting":
case "Filtering":
gridFeatures.push(`[allowFiltering]="true"`);
case "Resizing":
const text = `[${feature.toLowerCase().replace("ing", "able")}]="true"`;
columnFeatures.push(text);
Expand Down

0 comments on commit 7534c5f

Please sign in to comment.