Rails 友好的 DHTML 网格?
我有一个基于 Excel 的 UI,我想在 Rails 视图中尽可能地复制它。我正在寻找一个 DHTML 网格控件...
- 可以轻松格式化(关于列宽、字体大小等)
- 响应式(页面最多有 200 列和 200 行)
- 可以包含包含选择控件的单元
- 格良好的 Rails 集成(理想情况下,可作为具有惯用 API 的 Rails 插件使用)
- 至少支持 FF、IE 和 FF、IE 等。 Safari(可能针对 iPhone ...)
任何人都可以推荐(支持或反对)他们过去使用过的 DHTML 网格吗?
我很高兴了解商业和免费解决方案。如果您或您的公司销售这样的东西,这是一个插入它的绝佳机会:-)
I have an Excel-based UI that I'd like to replicate as closely as possible in a Rails view. I'm looking for a DHTML grid control that ...
- can be easily formatted (w.r.t. column width, font size, etc.)
- is responsive (the page will have up to 200 columns and 200 rows)
- can have cells containing select controls
- has good Rails integration (ideally, is available as a Rails plug-in with an idiomatic API)
- supports at least FF, IE, & Safari (potentially targeting iPhones ...)
Can anyone recommend (either for or against) a DHTML grid they've used in the past?
I'm happy to look at both commercial and free solutions. If you or your company sells such a thing, this is an excellent opportunity to plug it :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能需要查看: Gridify - jqGrid 的 Ruby 包装器和 Rails 插件
You may want to look at: Gridify - A Ruby wrapper and Rails plugin for jqGrid
我想说活动脚手架是轨道上的网格之母。
(Rails 3 分支)https://github.com/vhochstein/active_scaffold
I'd say active scaffold is the mother of grids on rails.
(Rails 3 fork) https://github.com/vhochstein/active_scaffold
是的,我认为 GRIDIFY 是一个优秀的解决方案,界面非常漂亮。这个插件可以给你很多功能,你甚至可以对所有数据进行排序。我刚刚开始使用 ruby,我不能很好地定制它,但我认为有很多东西你可以利用。
Yes, I think GRIDIFY is an excellent solution, the interface is very nice. This plug in can give you a lot of features, you can even sort all the data. I am just beginning with ruby and I can not customize it very well but I think there are many things you can take advantage of.