Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jQuery 和 jstree。我希望在节点标签的右侧出现额外的列,以便我可以在其中添加其他信息,例如日期、文本等。
我怎样才能在jstree中做到这一点?
这是我想要实现的布局示例,但使用 jstree。
jsTreeGrid
有两种方法可以做到:
在jstree加载后编辑 Dom
或者
编辑 jstree javascript文件以达到预期的效果。首先查看第 313 行:
this.get_container().html("<ul>...