开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜