You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.