igniteui-cli
igniteui-cli copied to clipboard
FIltering is not enabled on Custom Grid creation with CLI
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:
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" >