We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e1a5d commit 6cb2fe9Copy full SHA for 6cb2fe9
demo/sample-ext-columnview.html
@@ -78,6 +78,9 @@
78
source: {
79
url: "ajax-tree-products.json"
80
},
81
+ init: function(event, data) {
82
+ data.tree.findFirst("C64").setActive();
83
+ },
84
lazyLoad: function(event, data) {
85
data.result = {url: "ajax-sub2.json"};
86
@@ -123,7 +126,10 @@ <h1>Example: 'columnview' extension</h1>
123
126
Display tree data in a column view as known from Apple Macintosh / OSX.
124
127
</p>
125
128
<p>
- <b>Status</b>: experimental
129
+ <b>Status</b>: experimental.
130
+ <b>Details:</b>
131
+ <a href="https://github.com/mar10/fancytree/wiki/ExtColumnView"
132
+ target="_blank" class="external">ext-columnview</a>.
133
134
</div>
135
<div>
0 commit comments