2
Answers

p-columnFilter' is not a known element

Hi all,
am using primeng tool for developing angular project need to use Lazy loading server side filter,
facing below error many times am using primeng version 9.0.0 
 
Error: 'p-columnFilter' is not a known element:
1. If 'p-columnFilter' is an Angular component, then verify that it is part of this module.
2. If 'p-columnFilter' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
<th>
[ERROR ->]<p-columnFilter type="text" field="year"></p-columnFilter>
")
 
can you suggest to clear the issue 
 

Answers (2)