Skip to content

Commit

Permalink
fixes #15937 Table: columnFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
codizen-dev committed Jul 13, 2024
1 parent e142de6 commit 6334715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5208,7 +5208,7 @@ export class ReorderableRow implements AfterViewInit {
<ng-template *ngTemplateOutlet="addRuleIconTemplate"></ng-template>
</button>
</div>
<div class="p-column-filter-buttonbar">
<div class="p-column-filter-buttonbar" *ngIf="showButtons">
<button #clearBtn *ngIf="showClearButton" type="button" pButton class="p-button-outlined p-button-sm" (click)="clearFilter()" [attr.aria-label]="clearButtonLabel" [label]="clearButtonLabel" pRipple></button>
<button *ngIf="showApplyButton" type="button" pButton (click)="applyFilter()" class="p-button-sm" [label]="applyButtonLabel" pRipple [attr.aria-label]="applyButtonLabel"></button>
</div>
Expand Down

0 comments on commit 6334715

Please sign in to comment.