How do i add a link to the leaves using treeview async? I'm feeding it json encoded arrays like array('text' => hello, 'id' => 1) and i'd like to add a 'url' => '/test.php' for example but i can't figure out how to do this? Is this possible?
Thank you in advance