top of page

Table Dropdown Filter

Easily filter your table element's contents using dropdown element

Aug 9, 2021

1 min read

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)



Tags: WIX Table Velo by Wix WIX Data Repeater Filter

PREVIOUS

NEXT

bottom of page