[]
        
(Showing Draft Content)

Wijmo_Knockout_Input.Wjcollectionviewpager

wjCollectionViewPager Class

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.

Heirarchy

  • WjCollectionViewBaseBinding
    • wjCollectionViewPager