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?