• 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. zing-grid[loading] {
    10. height: 400px;
    11. }
    12.  
    13. zing-grid[loading] {
    14. height: 400px;
    15. }
    16. </style>
    17. </head>
    18.  
    19. <body class="zg-body">
    20. <zing-grid loading caption="Server Loading Screen" source="Grid is NEVER supposed to load. Demo to display loading text.">
    21. </zing-grid>
    22. <script>
    23. ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
    24. </script>
    25. </body>
    26.  
    27. </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 class="zg-body">
    11. <zing-grid loading caption="Server Loading Screen" source="Grid is NEVER supposed to load. Demo to display loading text.">
    12. </zing-grid>
    13. </body>
    14.  
    15. </html>
    1. zing-grid[loading] {
    2. height: 400px;
    3. }
    1.