p-columnFilter: Missing icons to the table column filter dialog #14613
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The PrimeNG table's column filter dialog is missing the "trash" and "plus" icons.
The icons were in PrimeNG v14 (and earlier) but were "lost"
The first and second annotated screenshots are of the PrimeNG v17 table filter menu demo (https://primeng.org/table#filter-menu) showing the table's column filter dialog missing "plus" and "trash" icons.
The third and forth annotated screenshots are of the PrimeNG v14-lts table filter menu demo (https://www.primefaces.org/primeng-v14-lts/table#filter-menu) showing the table's column filter dialog with the "plus" and "trash" icons.
Examining the table.ts code, the TrashIcon and PlusIcons are actually included with the column filter dialog:
Environment
windows and macos
Reproducer
https://primeng.org/table#filter-menu
Angular version
17.x
PrimeNG version
17.3.3
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.1
Browser(s)
safari, chrome, firefox
Steps to reproduce the behavior
-- The column filter dialog will be displayed (good)
-- The "Add Rule" button of the column filter dialog will not have a "+" icon (bad)
-- The column filter dialog will display two "Remove Rule" buttons (good)
-- The "Remove Rule" buttons will not have "trash" icons (bad)
Expected behavior
The "+" and "trash" icons should be displayed with the coresponding buttons
The text was updated successfully, but these errors were encountered: