• Edit
  • Download
    1. <!DOCTYPE html>
    2. <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. body {
    10. background: #e6e6e6;
    11. }
    12.  
    13. zing-grid {
    14. overflow: hidden;
    15. }
    16.  
    17. zing-grid[loading] {
    18. height: 346px;
    19. }
    20. </style>
    21. </head>
    22.  
    23. <body>
    24. <zing-grid caption="Browsers" src="https://jsdocs-9d00d.firebaseio.com/browsers">
    25. </zing-grid>
    26. <script>
    27. ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
    28. </script>
    29. </body>
    30.  
    31. </html>
    1. <!DOCTYPE html>
    2. <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>
    11. <zing-grid caption="Browsers" src="https://jsdocs-9d00d.firebaseio.com/browsers">
    12. </zing-grid>
    13. </body>
    14.  
    15. </html>
    1. body {
    2. background: #e6e6e6;
    3. }
    4.  
    5. zing-grid {
    6. overflow: hidden;
    7. }
    1.