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.
我正在研究 Ext Grid。我使用代理进行 CRUD 操作。但我的问题是,一旦我在网格中添加新行,我就无法用新记录更新网格。有人可以帮我解决这个问题或给我提示吗?我正在使用 Spring MVC,Mybatis。
谢谢。杰米
你在使用编辑器网格吗?还是网格面板?
如果您使用的是 GridPanel,请尝试使用
var grid = Ext.getCmp('yourgridID'); grid.getStore().reload(params);