Kendo UI for Angular:如何了解 Kendo-Grid 中的变化?
Kendo-Grid 中是否有脏旗?在旧的 JQuery 版本中有一个,但在 Angular 版本中我没有看到类似的东西: https://www.telerik.com/kendo-angular-ui/components/grid/
如果没有,我如何才能了解更改?
Is there any dirty flag in the Kendo-Grid? In the old JQuery version there was one, but in the Angular version I don't see anything like that: https://www.telerik.com/kendo-angular-ui/components/grid/
And if no, how can I get to know about changes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,在这种情况下您可以使用 trackBy 。
我想您可能会发现以下链接有帮助
https://www.telerik.com /kendo-angular-ui/components/grid/api/GridComponent/#toc-trackby
如果您想看看它是否适合您并检查更多内容,请制作一个演示。
As far as I know, trackBy is something you could use in that case.
I guess you could find the following link helpful
https://www.telerik.com/kendo-angular-ui/components/grid/api/GridComponent/#toc-trackby
Please make a demo if you like to see if it works for you and check more things.
数据项有脏字段。
The data items has a dirty field.