Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monyskynet/6302331 to your computer and use it in GitHub Desktop.
Save monyskynet/6302331 to your computer and use it in GitHub Desktop.
var records = []; store.each(function(r){ records.push(r.copy()); }); var store2 = new Ext.data.Store({ recordType: store.recordType }); store2.add(records);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment