coreui/coreui-angular

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

Closed this issue · 2 comments

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

Image

@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" ... />

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