Hi,
I have 2 input field, and I want to filter the table against the 2 input fields using OR instead of And.
However I'm unable to do it with the code below, the table return all field regardless what I type in the input, anyone can help me with it?
{{car.name}} | {{ car.created_by || 'unknown' }} |
Prathaban DuraiPosted Jun 21, 2016, 8:22 AM