我正在使用fancytree,表扩展,我想知道是否可以在fancytree 中为ajax 请求使用自定义json 格式。
例如 json 格式是
{"pagination":{'page':1, 'total_page':20}, 'node_list':[{'key':1,
'title':'abc'}, {'key':1, 'title':'abc'}] }
基本上,node_list 是 fancytree 默认需要的 json 格式,但是如何将 node_list 传递给 renderColumns 的默认 fancytree。