开发者

Extjs 3.3 - JsonWriter - how to save all rows and not just the dirty rows?

开发者 https://www.devze.com 2023-03-11 11:11 出处:网络
Extjs 3.3 - JsonWriter - how to save all rows in a grid and 开发者_Go百科not just the dirty rows?Maybe do something like this before the write call -

Extjs 3.3 - JsonWriter - how to save all rows in a grid and 开发者_Go百科not just the dirty rows?


Maybe do something like this before the write call -

myGrid.getStore().getRange().forEach(function(r){ r.markDirty();});
0

精彩评论

暂无评论...
验证码 换一张
取 消