KnockoutJS binding for the Slicer object.
Use the wjSlicer binding to add Slicer controls to your
KnockoutJS applications. For example:
<div data-bind="wjSlicer:
{
field: theField,
showHeader: true
}">
</div>
The wjSlicer binding supports all read-write properties and events of
the Slicer class.
KnockoutJS binding for the Slicer object. Use the wjSlicer binding to add Slicer controls to your KnockoutJS applications. For example: <div data-bind="wjSlicer: { field: theField, showHeader: true }"> </div>
The wjSlicer binding supports all read-write properties and events of the Slicer class.