• Edit
  • Download
  • <!DOCTYPE html>
    <html class="zg-html">
    
    <head>
      <meta charset="utf-8">
      <title>ZingGrid: Blank Grid</title>
      <script nonce="undefined" src="https://cdn.zinggrid.com/dev/zinggrid-dev.min.js"></script>
      <style>
        body {
          background: #e6e6e6;
        }
    
        zing-grid[loading] {
          height: 668px;
        }
      </style>
    </head>
    
    <body class="zg-body">
    
      <h3>`When `column-drag` is enabled, you can drag columns in and out of the frozen area.</h3>
      <zing-grid frozen-columns-right=1 frozen-columns-left=1 column-drag pager context-menu page-size=10>
        <zg-caption>Frozen Columns + Dragging Demo</zg-caption>
        <zg-data src="https://cdn.zinggrid.com/datasets/got-deaths.json">
        </zg-data>
      </zing-grid>
    
      <script>
        ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
      </script>
    </body>
    
    </html>
    <!DOCTYPE html>
    <html class="zg-html">
    
    <head>
      <meta charset="utf-8">
      <title>ZingGrid: Blank Grid</title>
      <script src="https://cdn.zinggrid.com/dev/zinggrid-dev.min.js"></script>
    </head>
    
    <body class="zg-body">
    
      <h3>`When `column-drag` is enabled, you can drag columns in and out of the frozen area.</h3>
      <zing-grid frozen-columns-right=1 frozen-columns-left=1 column-drag pager context-menu page-size=10>
        <zg-caption>Frozen Columns + Dragging Demo</zg-caption>
        <zg-data src="https://cdn.zinggrid.com/datasets/got-deaths.json">
        </zg-data>
      </zing-grid>
    
    </body>
    
    </html>
    body {
      background: #e6e6e6;
    }