Skip to content

ColumnFilter: Template names are wrong. #16180

@wS2Zth

Description

@wS2Zth

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

No one assigned

    Labels

    Component: DocumentationIssue or pull request is related to DocumentationType: BugIssue contains a bug related to a specific component. Something about the component is not working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions