This guide will show you how to add search functionality to a table
A search box is a common way to search data. When you search for a term inside the search box, the data within your list (usually a table or list of cards) updates to only show records that match your search query. Adding a search box is a similar process to adding a dropdown filter to a table.
For Search to work, you need data.
For this quick demonstration, we will use the data within the CSV below.
After uploading the data above, Budibase autogenerated 3 screens in the design section. Our table was called Sales, so our screens are:
/sales/
/sales/:id
/sales/new/row
And we're done. We've successfully added search to a table.
I've attached the app below if you would like to check out the final product within the Budibase builder. To do this, download the file and import it to your builder (see GIF below).