igniteui-cli icon indicating copy to clipboard operation
igniteui-cli copied to clipboard

FIltering is not enabled on Custom Grid creation with CLI

Open zdrawku opened this issue 5 years ago • 0 comments

Description

Filtering feature is not enabled on the Grid when selecting Custom Grid with choosed Filtering feature

  • Ignite UI CLI version: 4.1.0
  • Framework: Angular
  • Project type: igx-ts

Steps to reproduce

Image: image

Select only filtering feature

Result

Grid is generated without enabled filtering

Expected result

Grid to be generated with enabled filtering

Note:

allowFiltering should be set to "true" on Grid level. Using only filterable="true" on the columns is not enough.

<igx-grid #grid1 [data]="localData" [primaryKey]="'EmployeeID'" [allowFiltering]="true" width="900px" height="550px" >

zdrawku avatar Mar 13 '19 14:03 zdrawku