Configuration

Use the following configuration options to bind the Dataset Filter Labels component.

Properties

Example

The following creates a filter label with just the query field values. When no filters exist, the label will show -Nothing Selected-.

new wire.filterLabel().render("#label", {
    ...
    valueOnly: true,
    emptyLabel: "-Nothing Selected-"
});       

Last updated