react-bootstrap-table/react-bootstrap-table2

Search on field that contains array items

Open

#642 aberto em 1 de nov. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (415 forks)batch import
good first issuehelp wantedsearch

Métricas do repositório

Stars
 (1.249 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador