top of page
Tags: WIX Table Velo by Wix WIX Data Repeater Filter
In this tutorial, I explained how to filter WIX table using dropdown element.
A dropdown element allows you to select options that you manually added both in your database and dropdown value field.
*There are two parameters to adding a value to adding an option to WIX dropdown.
1. Label - What the user sees (e.g., John). This can be anything
2. Value - What the code uses to perform a query in your database. This field is case-sensitive, meaning, whatever is in your database must be the same value in your dropdown value field (e.g., Friends in your database must be Friends in your dropdown value field)
Code
Leave a comment (0)
Thanks for leaving a comment🎉
RELATED TUTORIALS 🚀
bottom of page