- <!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>
- body {
- background: #e6e6e6;
- }
-
- zing-grid[loading] {
- height: 421px;
- }
- </style>
- </head>
-
- <body>
-
- <zing-grid caption="REST Users" compact="" zebra="" role="grid" viewport="tablet-portrait">
- <zg-data data='[
- {
- "first": "Diane",
- "last": "Murphy",
- "email": "dmurph13@gmail.com",
- "id": "0"
- },
- {
- "first": "Gerald",
- "last": "Patterson",
- "email": "gpat@yahoo.com",
- "id": "1"
- },
- {
- "first": "Julie",
- "last": "Thompson",
- "email": "jthompson@pint.com",
- "id": "2"
- },
- {
- "first": "Steve",
- "last": "Bow",
- "email": "stevebow45@gmail.com",
- "id": "3"
- },
- {
- "first": "Pamela",
- "last": "Castillo",
- "email": "pamcastillo@pint.com",
- "id": "4"
- },
- {
- "first": "Leslie",
- "last": "Jennings",
- "email": "lesliej@yahoo.com",
- "id": "5"
- },
- {
- "first": "Ryan",
- "last": "Martin",
- "email": "remymartin@gmail.com",
- "id": "6"
- },
- {
- "first": "Andy",
- "last": "Howard",
- "email": "andyh@pint.com",
- "id": "7"
- },
- {
- "first": "Michael",
- "last": "Palmer",
- "email": "mpalmer@gmail.com",
- "id": "8"
- },
- {
- "first": "Kevin",
- "last": "Malone",
- "email": "kevmalone@yahoo.com",
- "id": "9"
- }
- ]'></zg-data>
- </zing-grid>
-
- <script>
- ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
- </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>
-
- <zing-grid caption="REST Users" compact="" zebra="" role="grid" viewport="tablet-portrait">
- <zg-data data='[
- {
- "first": "Diane",
- "last": "Murphy",
- "email": "dmurph13@gmail.com",
- "id": "0"
- },
- {
- "first": "Gerald",
- "last": "Patterson",
- "email": "gpat@yahoo.com",
- "id": "1"
- },
- {
- "first": "Julie",
- "last": "Thompson",
- "email": "jthompson@pint.com",
- "id": "2"
- },
- {
- "first": "Steve",
- "last": "Bow",
- "email": "stevebow45@gmail.com",
- "id": "3"
- },
- {
- "first": "Pamela",
- "last": "Castillo",
- "email": "pamcastillo@pint.com",
- "id": "4"
- },
- {
- "first": "Leslie",
- "last": "Jennings",
- "email": "lesliej@yahoo.com",
- "id": "5"
- },
- {
- "first": "Ryan",
- "last": "Martin",
- "email": "remymartin@gmail.com",
- "id": "6"
- },
- {
- "first": "Andy",
- "last": "Howard",
- "email": "andyh@pint.com",
- "id": "7"
- },
- {
- "first": "Michael",
- "last": "Palmer",
- "email": "mpalmer@gmail.com",
- "id": "8"
- },
- {
- "first": "Kevin",
- "last": "Malone",
- "email": "kevmalone@yahoo.com",
- "id": "9"
- }
- ]'></zg-data>
- </zing-grid>
-
- </body>
-
- </html>
- body {
- background: #e6e6e6;
- }