wjTreeView Class

File
wijmo.knockout.js
Module
wijmo.knockout
Show
   

KnockoutJS binding for the TreeView object. Use the wjTreeView binding to add TreeView controls to your KnockoutJS applications. For example: <div data-bind="wjTreeView: { itemsSource: data displayMemberPath:'header' childItemsPath:'items' }"> </div> The wjTreeView binding supports all read-write properties and events of the TreeView class.