Skip to content

I want to create a page that filters my table using two Option Pickers #11148

Answered by R2bEEaton
iwanhoogendoorn asked this question in Help
Discussion options

You must be logged in to vote

Hello, this could be done using Dynamic Filters or a Form.

Dynamic Filter

Dynamic Filters are useful for allowing end users to filter data based on their own methods. For example, if a Dynamic Filter was set up like this:

The end user could then filter it based on country name and city starting letter like this:


The benefit of this is that it allows users to come up with their own filtering methods. For example, you could filter by only the first letter of the city. Or get all cities from United States or Greece. The drawback however is that there is no dropdown for the list of countries that you wanted. To achieve this, it would be possible but less efficient with forms.

Form

If Dynam…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JCV67
Comment options

@R2bEEaton
Comment options

Answer selected by melohagan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
forms picker Relating to Options and Multi-select pickers bb-filtering Filtering data
3 participants