<!--- ❗️❗️ Also, please consider donating (https://opencollective.com/electron-react-boilerplate-594) ❗️❗️ Donations will ensure the following: 🔨 Long term maintenance of the project 🛣 Progress on the roadmap 🐛 Quick responses to bug reports and help requests --> # Enable filtering of data by column using search input box. ### const result = data.filter(row => row.name.toLowerCase().includes(searchText));