wjCollectionViewPager Class

File
wijmo.knockout.js
Module
wijmo.knockout
Show
   

KnockoutJS binding for an ICollectionView pager element.

Use the wjCollectionViewPager directive to add an element that allows users to navigate through the pages in a paged ICollectionView. For example:

Here is a CollectionViewPager:</p>
<div 
  data-bind="wjCollectionViewPager: { cv: myCollectionView }">
</div>

The wjCollectionViewPager directive has a single attribute:

cv
Reference to the paged ICollectionView object to navigate.