ng-zorro-antd icon indicating copy to clipboard operation
ng-zorro-antd copied to clipboard

Allows Filtering the Ok and Reset Button in the Filter Dropdown of nzTable or Override Behaviour of Reset Button

Open khaledbaghdadii opened this issue 1 year ago • 1 comments

What problem does this feature solve?

Some times, we do not need a reset button, and we need to disable it, or hide it so that we don't confuse the user and there isn't any way to do this customization other than using ng-deep which leeks to other components. using :host with ng-deep doesn't affect the style of the button

What does the proposed API look like?

[nzResettButton]=hide or (onReset)="onResetBtn($event)" so that we can override default behaviour of reset button

khaledbaghdadii avatar Mar 23 '23 10:03 khaledbaghdadii

I fully agreed with this proposal.

ArjanBlokJump avatar Dec 12 '23 12:12 ArjanBlokJump