导轨:“ Draggable_elements”不在表格元素内工作
我们正在尝试在 ROR 应用程序中实现一项功能,以便能够在不同表之间拖放行。我们尝试使用 Scriptaculous 拖放方法,但它在表格标签内不起作用。
您能否向我们指出其他可能有用的替代方案,例如 JQuery 等。
谢谢 苏普雷特
We are trying to implement a functionality in our ROR application such that we are able to drag and drop rows between different tables. We tried using Scriptaculous Drag and Drop method but it does not works inside the table tags.
Can you point us to other alternatives like JQuery etc which might be useful.
Thanks
Supreet
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,您可以使用 scriptaculous 使可排序在表内和表之间工作。您只需确保所有可拖动的行都位于
tbody
元素内,并将可排序的 ID 放置在该元素上。You can actually make sortables work within and between tables using scriptaculous. You just need to make sure that all draggable rows are within a
tbody
element and that you place the ID for the sortable on that.