更新道场网格
我对 Dojo Grid 真的很陌生。
我刚刚加载了网格,现在我想知道如何进行更新、插入、删除操作。
我正在使用 Codeigniter,所以我只想要 ma 控制器上的值。
最近我使用 Sigma Grid &做起来很简单,
我查了网上的文档& api参考,但它对我没有帮助。
也没有在该网格上保存数据的功能示例。
我的网格只有 3 个字段 id、姓名、国家/地区。 当我执行更新/插入/删除操作时,如何将这些值返回到服务器。
请不要将我重定向回默认在线文档。我需要功能示例。
我也是 javascript 的新手,我已经在这里搜索了很多很好的例子,用谷歌搜索了很多。
请帮助我开始。
谢谢。
i am really new to Dojo Grid.
I just loaded the grid ,now i want to know that how can i do update,insert,delete operations.
i am using Codeigniter ,so i just want the values on ma controller.
Recently i used Sigma Grid & it is very simple to do things,
i checked the online documents & api reference ,but it couldn't helped me.
also there is no FUNCTIONAL EXAMPLES TO SAVE DATA on that GRID.
my grid only have 3 fileds id,name,country.
how i get these values back to server when i do update/insert/delete operations.
Please dont redirect me back to default online Documents. i need functional examples.
also i am newbie in javascript ,i already searched here alot for a good example,googled a lot.
Please help me to begin.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用什么类型的数据存储?因为此操作很大程度上取决于您正在使用的数据存储。
Dojo Grid 能够感知数据存储,因此您只需更新数据存储,而不是网格本身。
What kind of datastore are you using ? Because this operations highly depends on the datastore you are using.
Dojo Grid is datastore aware, so you just have to update the datastore, not the grid itself.