Lets you visually navigate and

cosmoz-treenode-navigator

cosmoz-treenode-navigator is a Polymer component that lets you navigate and search through hierarchically structured data-nodes and select one of them.

It needs an object structure which looks for example like this in JSON:

{ "1": { "name": "Root", "children": { "7": { "name": "child seven", "children": { } }, "8": { "name": "child eight", "children": { "9": { "name": "child nine", "children": { } } } } } } }

The property names "name" and "children" are configurable in the component through the setting of "childProperty" and "comparisonProperty".

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。