jQuery 数据库显示和操作插件?
我正在寻找一种基于 jQuery 的方法来显示数据库(数组等)中的数据,然后能够通过拖放重新排列数据库数据。谁能帮助我吗?
I'm looking for a jQuery-based way of displaying data from a database (array, etc) and then has the capability of re-arranging the database data via drag and dropping. Can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在搜索 DataGrid 组件,那么我强烈建议jqGrid,您可以找到一个演示此处。
但是,如果您寻找基于表单结构的解决方案,jQuery Collections 插件将会有所帮助你。
If you are searching for DataGrid component then i strongly advice jqGrid and you can find a demo here.
But if you look for solution based on form structure jQuery Collections plugin will help you.