ColumnFilter: Template names are wrong. #16180
Labels
Component: Documentation
Issue or pull request is related to Documentation
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The ColumnFilter template names on the Table API page and the implementation do not match.
In Table API Page;
https://primeng.org/table#api.columnfilter.templates
filterTemplate
headerTemplate
footerTemplate
filterIconTemplate
removeRuleIconTemplate
addRuleIconTemplate
clearFilterIconTemplate
In code;
case 'header':
case 'filter':
case 'footer':
case 'filtericon':
case 'clearfiltericon':
case 'removeruleicon':
case 'addruleicon':
default:
*When I pasted it as code, I couldn't get a proper view, so I wrote the names of the cases.
Environment
no need
Reproducer
No response
Angular version
no need
PrimeNG version
no need
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
no need
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: