How to change icon in jstree?

后端 未结 10 2100
心在旅途
心在旅途 2021-02-01 16:25

I have the following code:

$(\'.wpFolders.co_files\').bind(\'select_node.jstree\', function (event, data) {
            getFileById(data.args[0].hash.replace(\'#         


        
10条回答
  •  执笔经年
    2021-02-01 16:43

    jstree includes its own file icon (in addition to the default folder icon), add 'icon': 'jstree-file' property to node to show it

提交回复
热议问题