Advertisement
Guest User

Untitled

a guest
May 6th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <template>
  2. <ak-grid k-data-source.bind="datasource">
  3. <ak-col repeat.for="col of columnsMetadata" k-title="${col.title}" k-field="${col.field}" >
  4. <ak-template>
  5. ${$this[col.field]}
  6. </ak-template>
  7.  
  8. <ak-template for="groupFooterTemplate">
  9. (1) ${$this["sum"]} | (2) ${$this.UnitPrice.sum}
  10. </ak-template>
  11. <ak-template for="footerTemplate">
  12. (1) ${$this["sum"]} | (2) ${$this.sum}
  13. </ak-template>
  14.  
  15. </ak-col>
  16. </ak-grid>
  17. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement