Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个允许用户更新列(即模型数据中的属性)的网格。有没有办法让我看到未修改的记录(即 ModelData)?
当用户单击“提交”按钮时:我可以使用List modifiedRecords = listStore.getModifiedRecords(); 用于修改的记录。我可以使用Map changedFieldsMap = modifiedRecord.getChanges(); 查看已更改的列,但我看不到未更改的值是什么...我可以吗?!?!
〜理查德
朋友,如果您可以获取已修改记录的列表,那么您可以通过创建一个新的虚拟存储轻松检索未修改记录的列表,只需通过与单个循环和一些条件进行斗争就可以轻松地从中删除修改过的记录。