如何使用getChangedCells方法?

发布于 2024-11-25 09:08:35 字数 125 浏览 0 评论 0原文

我发现 getChangedCells 方法在某种程度上适用于我现在正在构建的应用程序。

有人可以告诉我如何使用 getChangedCells 方法吗?

谢谢

问候

杰森

I found that getChangedCells method is somehow applicable to the application that I am building right now.

Can someone show me on how to use getChangedCells method?

Thanks

Regards

Jason

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

沉默的熊 2024-12-02 09:08:35
var temp= $("#grid").getChangedCells('all') // Return Rows

或者

var temp= $("#grid").getChangedCells('dirty') / Returns the changed cells.

也尝试查看@ozczecho提到的官方文档

var temp= $("#grid").getChangedCells('all') // Return Rows

or

var temp= $("#grid").getChangedCells('dirty') / Returns the changed cells.

Also try looking at the official docs as @ozczecho mentioned

ぃ弥猫深巷。 2024-12-02 09:08:35

检查这个。官方文档。或类似的问题

Check this out. Official documentation. Or a similar question.

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