Entity (attribute of filter)
From JRapid
The "entity" attribute of a filter specifies the entity used for displaying the list of options.
Usage
<filter entity = ENTITY name= NAME />
Example
- Creating a filter of entity-type.
<filter entity="Seller" name="sellers" collection="set" widget="checkbox">
<condition field="seller" in="sellers"/>
</filter>
