Create a filter
Last updated
Last updated
© 2024 UI Bakery
Another common scenario is creating a filter for your table for easier navigation through the records. Check out the instruction below to find out how you can do that.
Locate the Text input component in the Components tab and drop it to the working area.
Give your component a meaningful name and specify any other parameters you need in the right hand panel.
Here, also navigate to the Triggers section and for the On Change trigger select your loadUsers action.
Next, go to this action and add a filter to return the values corresponding to the user email.
In our case, we configured the following filter:
email like {{ui.input.value}}
Done! If you now start typing user email in the input form, the table will return any corresponding records that exist.