• Edit
  • Download
    1. <!DOCTYPE html>
    2. <html class="zg-html">
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingGrid Demo</title>
    7. <script nonce="undefined" src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
    8. <style>
    9. zing-grid[loading] {
    10. height: 613px;
    11. }
    12. </style>
    13. </head>
    14.  
    15. <body class="zg-body">
    16. <zing-grid caption="Class Syllabus" context-menu editor sort>
    17. <zg-colgroup>
    18. <zg-column index="week" header="Week"></zg-column>
    19. <zg-column index="topic" header="Topic"></zg-column>
    20. <zg-column index="reading" header="Reading Assignment"></zg-column>
    21. </zg-colgroup>
    22. <zg-data data='[
    23. {"week": 1, "topic": "Needfinding", "reading": "1.1-1.5"},
    24. {"week": 2, "topic": "Prototyping", "reading": "2.1-2.4, 3.1"},
    25. {"week": 3, "topic": "Heuristic Evaluation", "reading": "4.2, 4.5"},
    26. {"week": 4, "topic": "Mental Models", "reading": "none"},
    27. {"week": 5, "topic": "Advanced Front-end Web Development", "reading": "5.1-5.6"},
    28. {"week": 6, "topic": "Visual Design", "reading": "none"},
    29. {"week": 7, "topic": "Runnning Experiments", "reading": "6.1, 6.3"},
    30. {"week": 8, "topic": "Information Foraging", "reading": "7.5-7.7"},
    31. {"week": 9, "topic": "Analytics and A/B Testing", "reading": "8.1-8.4"},
    32. {"week": 10, "topic": "Final Presentations", "reading": "none"}]'>
    33. </zg-data>
    34. </zing-grid>
    35. <script>
    36. ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
    37. </script>
    38. </body>
    39.  
    40. </html>
    1. <!DOCTYPE html>
    2. <html class="zg-html">
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingGrid Demo</title>
    7. <script src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
    8. </head>
    9.  
    10. <body class="zg-body">
    11. <zing-grid caption="Class Syllabus" context-menu editor sort>
    12. <zg-colgroup>
    13. <zg-column index="week" header="Week"></zg-column>
    14. <zg-column index="topic" header="Topic"></zg-column>
    15. <zg-column index="reading" header="Reading Assignment"></zg-column>
    16. </zg-colgroup>
    17. <zg-data data='[
    18. {"week": 1, "topic": "Needfinding", "reading": "1.1-1.5"},
    19. {"week": 2, "topic": "Prototyping", "reading": "2.1-2.4, 3.1"},
    20. {"week": 3, "topic": "Heuristic Evaluation", "reading": "4.2, 4.5"},
    21. {"week": 4, "topic": "Mental Models", "reading": "none"},
    22. {"week": 5, "topic": "Advanced Front-end Web Development", "reading": "5.1-5.6"},
    23. {"week": 6, "topic": "Visual Design", "reading": "none"},
    24. {"week": 7, "topic": "Runnning Experiments", "reading": "6.1, 6.3"},
    25. {"week": 8, "topic": "Information Foraging", "reading": "7.5-7.7"},
    26. {"week": 9, "topic": "Analytics and A/B Testing", "reading": "8.1-8.4"},
    27. {"week": 10, "topic": "Final Presentations", "reading": "none"}]'>
    28. </zg-data>
    29. </zing-grid>
    30. </body>
    31.  
    32. </html>
    1.  
    1.