Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <template>
  2. <require from="aurelia-kendoui-bridge/grid/grid"></require>
  3. <require from="aurelia-kendoui-bridge/grid/col"></require>
  4. <require from="aurelia-kendoui-bridge/common/template"></require>
  5.  
  6. <ak-grid k-data-source.bind="datasource" k-scrollable.bind="scrollable">
  7. <ak-col k-field="OrderID"></ak-col>
  8. </ak-grid>
  9. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement