• 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. .zg-body {
    10. background: #e6e6e6;
    11. }
    12.  
    13. .zg-body zing-grid[loading] {
    14. height: 400px;
    15. }
    16.  
    17. zing-grid[loading] {
    18. height: 367px;
    19. }
    20. </style>
    21. </head>
    22.  
    23. <body class="zg-body">
    24. <zing-grid caption="Movies" layout-controls="true" pager page-size="3" page-size-options="3,5,15,25" page-size-card="2" src="https://zinggrid-examples.firebaseio.com/movies/">
    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 class="zg-body">
    11. <zing-grid caption="Movies" layout-controls="true" pager page-size="3" page-size-options="3,5,15,25" page-size-card="2" src="https://zinggrid-examples.firebaseio.com/movies/">
    12. </zing-grid>
    13. </body>
    14.  
    15. </html>
    1. .zg-body {
    2. background: #e6e6e6;
    3. }
    4.  
    5. .zg-body zing-grid[loading] {
    6. height: 400px;
    7. }
    1.