Sha256: c25b2390e8ed8dfd388505682fec8e9ccf473e3f71134484e146dfdc3a53077f
Contents?: true
Size: 330 Bytes
Versions: 7
Compression:
Stored size: 330 Bytes
Contents
--- title: dataFilter name: options-datafilter --- Process the tree data from the server. {% highlight js %} $('#tree1').tree({ url: '/my/data/', dataFilter: function(data) { // Example: // the server puts the tree data in 'my_tree_data' return data['my_tree_data']; } }); {% endhighlight %}
Version data entries
7 entries across 7 versions & 1 rubygems