Empty table on empty filter string
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 1.6k
- Forks
- 867
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
In version 1.2.1 if you use
```
onSearch(query: string = '') {
this.source.setFilter([
{
field: 'name',
search: query,
},
], false);
}
```
with empty string, as a result you will get an empty table.
Probably is a bug.
Probably in this commit: [3886007](https://github.com/akveo/ng2-smart-table/commit/3886007ac393aca9341809896b483bd620775bb4)
Thank you guys for your work.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.