Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <meta data-is=DataStore.JSON name=jsonStore content=dataItems.json>
  2.  
  3. <meta data-is=Model.Forest name=continentModel
  4. content=jsonStore data-query=type:continent
  5. data-root-id=continentRoot data-root-label=Continents data-children-attrs=children
  6. >
  7.  
  8. <table data-is=DataGrid.Tree id=grid data-model=continentModel>
  9. <thead>
  10. <tr>
  11. <th data-field=name style=width:auto>Name
  12. <th data-field=population style=width:auto>Population
  13. <th data-field=timezone style=width:auto>Timezone
  14. </thead>
  15. </table>
Add Comment
Please, Sign In to add comment