如何只查找脏对象而不在 EnhancedGrid 的 ObjectStore 中迭代项目
How to find only dirty object without iterating items in an ObjectStore of EnhancedGrid
有什么方法可以只获取脏对象而无需在 EnhancedGrid 的 ObjectStore 中迭代项目?
您可以通过 grid.store._dirtyObjects
访问它
有什么方法可以只获取脏对象而无需在 EnhancedGrid 的 ObjectStore 中迭代项目?
您可以通过 grid.store._dirtyObjects