有没有类似于 jqGrid Treegrid 但支持冻结列的类似树网格
我喜欢 使用 jqGrid treegrid 但有一个功能我绝对喜欢需要冻结列。有没有类似品质的产品支持冷冻柱。我知道 jqgrid 支持常规网格中的冻结列(但不支持树网格)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我喜欢 使用 jqGrid treegrid 但有一个功能我绝对喜欢需要冻结列。有没有类似品质的产品支持冷冻柱。我知道 jqgrid 支持常规网格中的冻结列(但不支持树网格)
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
不是开箱即用的解决方案,但您可以尝试 slickGrid
不幸的是,它还没有提供固定列功能,但是有一个 fork,它可以冻结列使用
更新
您还可以查看jQuery EasyUI -
示例
Not out-of-the-box solution, but you could try slickGrid
Unfortunately it doesn't provide fixed columns functionality (yet), but there is fork, that has frozen columns you can use
UPDATE
You may also take look at jQuery EasyUI -
Sample
DHTMLX 树网格 支持冻结列。
请参阅此演示
DHTMLX treegrid supports frozen columns.
See this demo
如果时间不是限制并且您可以在研发上浪费一点时间,这里的DataTables可以帮助您。
另外,如果您确实有足够的时间,请阅读这篇关于 7 个最佳网格插件。
希望有帮助,
谢谢。
If time is not a constraint and you can waste a little in R&D, DataTables here can help you.
Plus If you really have enough time, go through this nice article about 7 Best grid plugins.
Hope it helps,
Thanks.
是的扩展js中有一个树状网格< /a>
这是一种快速集成的简单方法
Yes There is a tree Grid in extended js
its an easy way to integrated fast
这个支持左右锁定列:
This one supports left and right locked columns:
jQWidgets TreeGrid 也支持冻结列。示例: TreeGrid 冻结列
Frozen Columns are supported in the jQWidgets TreeGrid, too. Example: TreeGrid Frozen Columns
jqGrid 4.3 应该支持列冻结(根据 发行说明)
最新版本 4.3.1 查看 trirand.com 博客
希望这会有所帮助。
jqGrid 4.3 should support column freezing (according to the release notes)
Newest release 4.3.1 see trirand.com blog
Hope this helps.