【发布时间】:2014-05-23 13:14:06
【问题描述】:
根据docs,DataChanged 事件被触发whenever the records in the Store have changed in some way - this could include adding or removing records, or updating the data in existing records
我的问题是我们如何知道添加\删除\修改了哪些记录。我们只获取存储引用作为参数。
【问题讨论】:
-
你没有。
datachanged是一个包罗万象的事件。监听特定事件(add/remove等)。
标签: extjs extjs4.1 extjs-stores