Implement a search bar that lets the user search the Companies table by matching the value of a certain column.
For example, if the user wants to see all active companies, allow the user to select "status" as the search criteria, and enter "active" to render all rows with status == active.
Implement a search bar that lets the user search the Companies table by matching the value of a certain column.
For example, if the user wants to see all active companies, allow the user to select "status" as the search criteria, and enter "active" to render all rows with status == active.