• 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: 205px;
    15. }
    16. </style>
    17. </head>
    18.  
    19. <body>
    20.  
    21. <zing-grid data="{
    22. &quot;Philip&quot;: {
    23. &quot;number&quot;: 123,
    24. &quot;colors&quot;: {
    25. &quot;primary&quot;: &quot;red&quot;,
    26. &quot;secondary&quot;: &quot;chartreuse&quot;
    27. }
    28. },
    29. &quot;Bender&quot;: {
    30. &quot;number&quot;: 456,
    31. &quot;colors&quot;: {
    32. &quot;primary&quot;: &quot;black&quot;,
    33. &quot;secondary&quot;: &quot;yellow&quot;
    34. }
    35. }
    36. }" role="grid" viewport="tablet-portrait">
    37. </zing-grid>
    38.  
    39. <script>
    40. ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
    41. </script>
    42. </body>
    43.  
    44. </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;: {
    14. &quot;number&quot;: 123,
    15. &quot;colors&quot;: {
    16. &quot;primary&quot;: &quot;red&quot;,
    17. &quot;secondary&quot;: &quot;chartreuse&quot;
    18. }
    19. },
    20. &quot;Bender&quot;: {
    21. &quot;number&quot;: 456,
    22. &quot;colors&quot;: {
    23. &quot;primary&quot;: &quot;black&quot;,
    24. &quot;secondary&quot;: &quot;yellow&quot;
    25. }
    26. }
    27. }" role="grid" viewport="tablet-portrait">
    28. </zing-grid>
    29.  
    30. </body>
    31.  
    32. </html>
    1. body {
    2. background: #e6e6e6;
    3. }
    1.