1 个仓库
Converts static HTML unordered list markup into interactive tree components.
Distinct from Recursive Tree Transformers: This is a DOM-to-Object transformation for UI rendering, not a code syntax tree transformation
Explore 1 awesome GitHub repository matching web development · HTML List Tree Transformations. Refine with filters or upvote what's useful.
jstree 是一个 jQuery 树形视图插件,用于渲染交互式层级数据结构。它作为层级数据可视化与管理工具,提供了通过树状布局展示嵌套关系的解决方案。 该项目具备用于重构层级的拖拽式树形管理器,以及用于从远程服务器获取节点或 HTML 片段的 AJAX 树加载器。它包含一个三态复选框选择器,用于管理父子分支间的选择状态。 该插件支持多种数据建模方法,包括子数组、父 ID 邻接列表以及无序列表标记的转换。其他功能包括用于节点检索的模糊搜索、内联节点编辑以及减少初始数据传输的懒加载机制。
Transforms existing HTML unordered list markup into an interactive object model for tree rendering.