-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Component: DocumentationIssue or pull request is related to DocumentationIssue or pull request is related to DocumentationType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
Component: DocumentationIssue or pull request is related to DocumentationIssue or pull request is related to DocumentationType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working