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.
目前我的网格中有一些列,它们在服务器上被赋予了一个值。(例如更新日期时间)。当我在客户端更新一行时,在服务器上分配了值的列不会更新(它们保持原样)。有没有办法(不需要重新加载整个商店)来合并更改?服务器的结果确实会返回所有最新的列详细信息。
--我对extjs有点陌生,所以我认为这是一个非常基本的问题。
您需要使用 StoreWriter 将存储与服务器同步。
此链接可能对您有用-
使用 Ext Store Writer 更新数据库 - ExtJS 4.2