cmciosu / hemp-db

https://hempdb.vercel.app/
MIT License
1 stars 1 forks source link

Companies Table Search #51

Closed paullpp closed 7 months ago

paullpp commented 9 months ago

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.