We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
这看起来相当不错:http://www.max-bazhenov。 com/dev/ux.maximgb.treegrid/index.html
使用 ExtJS,它有一些您必须考虑的许可限制。
This seems pretty nice: http://www.max-bazhenov.com/dev/ux.maximgb.treegrid/index.html
Uses ExtJS, which has some licensing limitations you have to consider.
我找到了所有这些组件:
* 看起来不可排序
就我个人而言,我正在尝试Treetable,并且经过一些配置(翻阅文档页面源代码中的示例...),我很享受它的简单性和清晰度。
I found all these components:
* seems not sortable
Personally I'm trying Treetable and, after some configurations (rummaging in the examples in the source of the documentation page...), I'm enjoying its simplicity and clarity.
经过对树形网格的长期研究,我遇到的最好的一个是来自 jeasyui.com
http://www.jeasyui.com/demo/main/index.php?plugin=TreeGrid
After a long research for a treegrid, the best one that I came across is from jeasyui.com
http://www.jeasyui.com/demo/main/index.php?plugin=TreeGrid
jQuery 的 jstree 插件与其 jstree-grid 可以处理排序(排序是 主 jstree 的插件)非常灵活(并重新使用您应用的 jQuery UI 主题)。
这是您正在寻找的那种网格吗? 您最终会得到一个非常类似的视图:
您将按列排序必须手动添加,然后触发重新排序 。
The jstree plugin for jQuery tied with its plugin of jstree-grid can handle sorting (sorting is a plugin to the main jstree) that is quite flexible (and re-uses the jQuery UI theme you apply).
Is that the sort of grid you're looking for? You end up with a view very much like:
The sorting by column you'll have to manually add and then trigger a re-sort.
这也是一个使用 RowExpander UX 的“官方”示例(页面顶部网格)。
http://extjs.com/deploy/dev/examples/grid/grid3。 html
Here is an "official" example as well (top grid on the page), using the RowExpander UX.
http://extjs.com/deploy/dev/examples/grid/grid3.html
DHTMLX 还具有 TreeGrid JavaScript 组件(支持排序和其他网格相关功能):
http://dhtmlx.com/docs/products/dhtmlxTreeGrid/
(免责声明:我为DHTMLX)
DHTMLX also has the TreeGrid JavaScript component (supports sorting and other grid-related features):
http://dhtmlx.com/docs/products/dhtmlxTreeGrid/
(disclaimer: I work for DHTMLX)
另一个支持引导程序的树形网格。
http://maxazan.github.io/jquery-treegrid/examples /example-bootstrap-3.html
Yet another treegrid with support for bootstrap.
http://maxazan.github.io/jquery-treegrid/examples/example-bootstrap-3.html