当前位置: 首页 > 文档资料 > jsTree 中文文档 >

使用 Wholerow 插件

优质
小牛编辑
153浏览
2023-12-01

使每个节点显示为块级别,这使选择更加容易。可能会导致旧浏览器中的大树变慢。

$(function () {
  $("#plugins9").jstree({
    "plugins" : [ "wholerow" ]
  });
});