更新道场网格

发布于 2024-12-01 15:37:53 字数 391 浏览 0 评论 0原文

我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

满身野味 2024-12-08 15:37:53

您使用什么类型的数据存储?因为此操作很大程度上取决于您正在使用的数据存储。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文