[]
        
(Showing Draft Content)

WjSlicer Class

WjSlicer Class

AngularJS directive for the Slicer control.

Use the wj-slicer directive provides a quick way to edit filters applied to PivotField objects.

Directive and parameter names must be formatted as lower-case with dashes instead of camel-case. For example:

<wj-slicer
    field="theField"
    header="theHeader"
    show-header="true">
</wj-slicer>

The wj-slicer directive supports the following attributes:

field
Gets or sets the PivotField being filtered by the Slicer.
header
Gets or sets the header string shown at the top of the Slicer.
showHeader
Gets or sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons.
showCheckboxes
Gets or sets a value indicating whether the control displays checkboxes next to each item.
multiSelect
Gets or sets a value that determines whether users should be allowed to select multiple values from the list.

Heirarchy

  • WjDirective
    • WjSlicer