This guide will show you how to add a dropdown filter to a table
Dropdown filters are a common way to filter data that's usually displayed in a list format. By selecting an option from the dropdown filter, the data within the list updates to only show records that match with your selection. Adding a dropdown filter is a similar process to adding search to a table.
For Filters to work, you need data. You may already have data, but if you don't you can use the data within the Sales CSV below.
When creating your new table in the data section, call it Sales. When uploading the CSV, please change the Region data type to Options (This is what we will use to filter our data).
After uploading the data above, Budibase autogenerated us 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 a dropdown filter to a table.