How to search a value in a specific column

Tags: #<Tag:0x00007f8b28d19948>

Hi all,

Is there any option to search a value in a specific column.

consider I have data like this.
data=[{id: 1, name: ‘John’}, {id: 2, name: ‘James’}, {id:3, name: ‘Paul’}, {id: 4, name: ‘Jake’}]

and I want to search the values from the id and get the visual row values. I was going through the search plugin but couldn’t find searching values from a specific column.

Can anyone please help me how can I achieve this?

Hey @aashayamballi

here’s an example https://jsfiddle.net/cqt5svba/
Lines 14-16 tell us that we only search values in column 0.