LIST OF CUSTOM FILTER COMPONENTS INCLUDES

CREATING FILTER AND GUI COMPONENT

Click on option icon in the top right corner of the filter view to open Variables and Filters dialogue. In this dialogue choose type Filter.

Select from which attribute should be the component created and go to Advanced Filter settings.

Defining advanced appearance settings

Basic settings

Basic section allows you to change filter Name. This name will be displayed next to values which can be filtered. 

Appearance

Additional filters

Section Additional filters allows you to create multi structure filters - if user selects one option in top level filter, additional filter will display only values which are available (associated) with previously selected value. You can continue to section dedicated to Additional filters.

Additional filters can be also displayed in Discovery mode - associations between selected attribute members are marked directly in filters.

Defining the default values via formula

Available since BellaDati 2.9.11.

It is possible to dynamically calculate the default value. Expected return type is Array or single value, e.g.: [ 'abc', 'def' ] or 'abc'.

def array = []
array << 'East'
array << 'South'


Reordering filters

Available since BellaDati 2.9.11.

Users can change the order of filters by clicking on the small arrows next to the edit icon.