Skip to content

Not using the tableFilter on a Smart Table will still show the reset button #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bernik1980 opened this issue Apr 11, 2025 · 2 comments
Closed

Comments

@bernik1980
Copy link

When using a Smart Table but not showing the filter with [tableFilter] still shows the reset-button

Image

@xidedix
Copy link
Member

xidedix commented Apr 11, 2025

@bernik1980

It appears that you are using the cleaner prop. To remove the the reset-button, simply remove the cleaner. Alternatively, you can set the cleaner prop value to false:

<c-smart-table [cleaner]="false" ... />

@bernik1980
Copy link
Author

That solved the issue, thank you for your fast answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants