Search for string in multi-level array of objects – Reactjs
I'm trying to build a searchable menu of teams in Javascript/TypeScript - not sure how to do it. Basically, I have a set of data laid out like this. const data = [ { 'name': 'Alex A', 'agentId': '1225', },…