Guest User

Untitled

a guest
Feb 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. store_.on('load', function () {
  2. store_.data.each(function(item, index, totalItems ) {
  3. columns_.push({header: item.data.nameRu,flex: 3,dataIndex: item.data.eName,sortable: true});
  4. fields_.push({name: item.data.eName,type: 'string'});
  5. });
  6. });
Add Comment
Please, Sign In to add comment