react-bootstrap-table/react-bootstrap-table2
Search on field that contains array items
Offen
#642 geöffnet am 01.11.2018
good first issuehelp wantedsearch
Repository-Metriken
- Stars
- (1.249 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
When you try to search on column that contains array items it's not working properly. Is there any way to fix this issue? Example: array = [ 'dog', 'cat', 'parrot'] search field value = 'dog parrot' Result: row is hidden which should not be the case.
Thanks.