<!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: 431px; } </style> </head> <body class="zg-body"> <zing-grid caption="IOS Theme" src="https://cdn.zinggrid.com/datasets/dogs.json" editor="modal" editor-controls layout-controls pager page-size="4" theme="ios"> </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="IOS Theme" src="https://cdn.zinggrid.com/datasets/dogs.json" editor="modal" editor-controls layout-controls pager page-size="4" theme="ios"> </zing-grid> </body> </html>
.zg-body { background: #e6e6e6; } zing-grid[loading] { min-height: 400px; }