Skip to content

Commit

Permalink
Merge pull request #13223 from indulakshmikr/fix-table-clearFilterIcon
Browse files Browse the repository at this point in the history
fix in table- filter row clear icon not visible issue
  • Loading branch information
cetincakiroglu authored Jun 17, 2023
2 parents cd8122e + 4704388 commit 264f694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import {
TableSelectAllChangeEvent
} from './table.interface';
import { Nullable, VoidListener } from 'primeng/ts-helpers';
import { FilterSlashIcon } from '../icons/filterslash/filterslash';

@Injectable()
export class TableService {
Expand Down Expand Up @@ -5502,7 +5503,8 @@ export class ColumnFilterFormElement implements OnInit {
SortAmountUpAltIcon,
SortAmountDownIcon,
CheckIcon,
FilterIcon
FilterIcon,
FilterSlashIcon
],
exports: [
Table,
Expand Down

1 comment on commit 264f694

@vercel
Copy link

@vercel vercel bot commented on 264f694 Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.