react-bootstrap-table/react-bootstrap-table2

Search on field that contains array items

Open

#642 geöffnet am 1. Nov. 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.249 Stars) (415 Forks)batch import
good first issuehelp wantedsearch

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.

Contributor Guide