Not using the tableFilter on a Smart Table will still show the reset button
Closed this issue · 2 comments
bernik1980 commented
xidedix commented
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 commented
That solved the issue, thank you for your fast answer!
