Guest User

Untitled

a guest
Jul 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. {
  2. "total":1,
  3. "rows":[
  4. {
  5. "balance":100,
  6. "totalBalance":100
  7. }
  8. ]
  9. }
  10.  
  11. alert(Ext.util.JSON.encode(this.someGrid.getStore().getAt(0).data.balance));
  12.  
  13. alert(Ext.util.JSON.encode(this.pendingOrdersGrid.getStore().getAt(0).data.totalBalance));
Add Comment
Please, Sign In to add comment