react-bootstrap-table/react-bootstrap-table2
Search on field that contains array items
オープン
#642 opened on 2018/11/01
good first issuehelp wantedsearch
Repository metrics
- Stars
- (1,249 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.