DHTMLX、EJS 树形网格、ExtJS 树形网格
对于我的项目,我有一个必须实现复杂网格结构的要求。网格将包含一些具有值/子值层次结构的行,这些行必须像树结构一样显示。我使用 SlickGrid 进行了 POC,但发现该网格不如 DHTMLX 等商业替代品那么全面, EJS 树形网格 或 ExtJS Treegrid (正如我从在线文档和示例中评估的那样)。
所以,我想知道是否有人使用过 DHTMLX、EJS Treegrid 或 EXTJS Treegrid,并且可以指导我他们如何考虑代码可维护性、功能、暴露的事件等......
任何帮助都会很棒。
谢谢 萨塔克
For my project I have a requirement where I have to implemented a complex grid structure. The grid will have some rows with value/sub-value hierarchy which have to be shown like tree structure. I did a POC with SlickGrid but found the grid to be not so comprehensive as commercial alternatives like DHTMLX, EJS Treegrid or ExtJS Treegrid (as I assessed from online documentation and samples).
So, I wanted to know if anybody has worked with DHTMLX, EJS Treegrid or EXTJS Treegrid and could guide me how do they stand considering code maintainability, features, events exposed etc...
Any help will be great.
Thanks
Saarthak
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我目前正在使用 EJS Treegrid。它具有丰富的功能集(您基本上可以模拟 Microsoft Excel),并且具有公开的 JSON/XML API
我们需要的所有活动。我对它唯一的抱怨是它组织奇怪的文档,并且缺乏可见的用户/开发人员社区。
这个有关 JQuery 网格的讨论可能会有所帮助。
干杯!
I'm currently using EJS Treegrid. It has a rich feature set (you can essentially emulate Microsoft Excel), and has a JSON/XML API which exposes
all the events we've needed. My only gripes with it is its oddly organized documentation, and lack of a visible user/developer community.
This discussion about JQuery grids might be helpful.
Cheers!