|
Title: Tree - dynamically change icon with Formatter Post by: devnull on April 14, 2015, 05:29:44 AM Hi;
Can I use the formatter to change the node icon, this appears to cause recursion: Code: formatter:function(node){Title: Re: Tree - dynamically change icon with Formatter Post by: stworthy on April 14, 2015, 08:07:00 AM The 'formatter' function only render the node's text. Please try to use the 'loadFilter' function to change the node's icon.
Code: $('#tt').tree({Title: Re: Tree - dynamically change icon with Formatter Post by: LastByte on October 13, 2015, 10:36:21 AM Is there any way to correctly assign the node icon class/image in a tree.
|