Skip to content

Commit 6cb2fe9

Browse files
committed
Update docs
1 parent b9e1a5d commit 6cb2fe9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

demo/sample-ext-columnview.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
source: {
7979
url: "ajax-tree-products.json"
8080
},
81+
init: function(event, data) {
82+
data.tree.findFirst("C64").setActive();
83+
},
8184
lazyLoad: function(event, data) {
8285
data.result = {url: "ajax-sub2.json"};
8386
},
@@ -123,7 +126,10 @@ <h1>Example: 'columnview' extension</h1>
123126
Display tree data in a column view as known from Apple Macintosh / OSX.
124127
</p>
125128
<p>
126-
<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>.
127133
</p>
128134
</div>
129135
<div>

0 commit comments

Comments
 (0)