• Edit
  • Download
  • <!DOCTYPE html>
    <html>
    
    <head>
      <meta charset="utf-8">
      <title>ZingGrid: Blank Grid</title>
      <script nonce="undefined" src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
      <style>
        .zg-body {
          background: #e6e6e6;
        }
    
        zing-grid[loading] {
          min-height: 400px;
        }
    
        zing-grid[loading] {
          height: 415px;
        }
      </style>
    </head>
    
    <body class="zg-body">
    
      <zing-grid caption="Default Theme" src="https://cdn.zinggrid.com/datasets/dogs.json" editor="modal" editor-controls layout-controls pager page-size="4" theme="default">
      </zing-grid>
      <script></script>
    </body>
    
    </html>
    <!DOCTYPE html>
    <html>
    
    <head>
      <meta charset="utf-8">
      <title>ZingGrid: Blank Grid</title>
      <script src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
    </head>
    
    <body class="zg-body">
    
      <zing-grid caption="Default Theme" src="https://cdn.zinggrid.com/datasets/dogs.json" editor="modal" editor-controls layout-controls pager page-size="4" theme="default">
      </zing-grid>
    </body>
    
    </html>
    .zg-body {
      background: #e6e6e6;
    }
    
    zing-grid[loading] {
      min-height: 400px;
    }