siva nathan

siva nathan

  • 862
  • 819
  • 217.4k

p-columnFilter' is not a known element

Mar 20 2021 3:12 AM
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)