- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="utf-8">
- <title>ZingGrid Demo</title>
- <script nonce="undefined" src="https://cdn.zinggrid.com/dev/zinggrid-dev.min.js"></script>
- <style>
- html,
- body {
- height: 100%;
- width: 100%;
- margin: 0;
- padding: 0;
- }
-
- zg-caption h1 {
- font-size: 2rem;
- }
-
- zg-caption p {
- font-size: 1rem;
- }
-
- zg-head {
- font-size: 1.3rem;
- }
-
- zing-grid[loading] {
- height: 406px;
- }
- </style>
- </head>
-
- <body>
- <h3>`[loadByScroll]` enables infinite scrolling.</h3>
- <zing-grid caption="Movies" height="300" page-size=5>
- <zg-data src="https://zinggrid-examples.firebaseio.com/movies/">
- <zg-param name="loadByScroll" value="true"></zg-param>
- </zg-data>
- </zing-grid>
- <script>
- ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
- </script>
- </body>
-
- </html>
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="utf-8">
- <title>ZingGrid Demo</title>
- <script src="https://cdn.zinggrid.com/dev/zinggrid-dev.min.js"></script>
- </head>
-
- <body>
- <h3>`[loadByScroll]` enables infinite scrolling.</h3>
- <zing-grid caption="Movies" height="300" page-size=5>
- <zg-data src="https://zinggrid-examples.firebaseio.com/movies/">
- <zg-param name="loadByScroll" value="true"></zg-param>
- </zg-data>
- </zing-grid>
- </body>
-
- </html>
- html,
- body {
- height: 100%;
- width: 100%;
- margin: 0;
- padding: 0;
- }
-
- zg-caption h1 {
- font-size: 2rem;
- }
-
- zg-caption p {
- font-size: 1rem;
- }
-
- zg-head {
- font-size: 1.3rem;
- }