• Edit
  • Download
    1. <!DOCTYPE html>
    2. <html>
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingGrid: Blank Grid</title>
    7. <script nonce="undefined" src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
    8. <style>
    9. body {
    10. background: #e6e6e6;
    11. }
    12.  
    13. zing-grid[loading] {
    14. height: 165px;
    15. }
    16. </style>
    17. </head>
    18.  
    19. <body>
    20.  
    21. <zing-grid data="[
    22. [ &quot;Philip&quot;, 123 ],
    23. [ &quot;Bender&quot;, 456 ]
    24. ]" role="grid" viewport="tablet-portrait">
    25. <zg-colgroup slot="gridcolgroup">
    26.  
    27. </zing-grid>
    28.  
    29.  
    30. <script>
    31. ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
    32. </script>
    33. </body>
    34.  
    35. </html>
    1. <!DOCTYPE html>
    2. <html>
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingGrid: Blank Grid</title>
    7. <script src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
    8. </head>
    9.  
    10. <body>
    11.  
    12. <zing-grid data="[
    13. [ &quot;Philip&quot;, 123 ],
    14. [ &quot;Bender&quot;, 456 ]
    15. ]" role="grid" viewport="tablet-portrait">
    16. <zg-colgroup slot="gridcolgroup">
    17.  
    18. </zing-grid>
    19.  
    20.  
    21. </body>
    22.  
    23. </html>
    1. body {
    2. background: #e6e6e6;
    3. }
    1.