• Edit
  • Download
    1. <!DOCTYPE html>
    2. <html class="zg-html">
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingGrid: Blank Grid</title>
    7. <script nonce="undefined" src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
    8. <style>
    9. body {
    10. background: #e6e6e6;
    11. }
    12.  
    13. zing-grid[loading] {
    14. height: 319px;
    15. }
    16. </style>
    17. </head>
    18.  
    19. <body class="zg-body">
    20. <zing-grid editor-controls pager caption="Internal Subscription">
    21. <zg-data adapter="firebaseSDK">
    22. <zg-param name="collection" value="errors"></zg-param>
    23. <zg-param name="subscription" value="true"></zg-param>
    24. </zg-data>
    25. <zg-colgroup>
    26. <zg-column index="title"></zg-column>
    27. <zg-column index="description"></zg-column>
    28. <zg-column type="editor"></zg-column>
    29. <zg-column type="remover"></zg-column>
    30. </zg-colgroup>
    31. </zing-grid>
    32. <!-- The core Firebase JS SDK is always required and must be listed first -->
    33. <script nonce="undefined" src="https://www.gstatic.com/firebasejs/7.6.1/firebase-app.js"></script>
    34. <script nonce="undefined" src="https://www.gstatic.com/firebasejs/7.6.1/firebase-auth.js"></script>
    35. <script nonce="undefined" src="https://www.gstatic.com/firebasejs/7.6.1/firebase-firestore.js"></script>
    36.  
    37. <script nonce="undefined">
    38. // Your web app's Firebase configuration
    39. var firebaseConfig = {
    40. apiKey: "AIzaSyD6KNAmpdt8tEwHThDIbXQvh0G1mbtGrFE",
    41. authDomain: "errorlog-poc.firebaseapp.com",
    42. databaseURL: "https://errorlog-poc.firebaseio.com",
    43. projectId: "errorlog-poc",
    44. appId: "1:519431885787:web:cb2c45dedc2a576c39cdfe"
    45. };
    46. // Initialize Firebase
    47. firebase.initializeApp(firebaseConfig);
    48. </script>
    49. <script>
    50. ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
    51. </script>
    52. </body>
    53.  
    54. </html>
    1. <!DOCTYPE html>
    2. <html class="zg-html">
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingGrid: Blank Grid</title>
    7. <script src="https://cdn.zinggrid.com/zinggrid.min.js"></script>
    8. </head>
    9.  
    10. <body class="zg-body">
    11. <zing-grid editor-controls pager caption="Internal Subscription">
    12. <zg-data adapter="firebaseSDK">
    13. <zg-param name="collection" value="errors"></zg-param>
    14. <zg-param name="subscription" value="true"></zg-param>
    15. </zg-data>
    16. <zg-colgroup>
    17. <zg-column index="title"></zg-column>
    18. <zg-column index="description"></zg-column>
    19. <zg-column type="editor"></zg-column>
    20. <zg-column type="remover"></zg-column>
    21. </zg-colgroup>
    22. </zing-grid>
    23. <!-- The core Firebase JS SDK is always required and must be listed first -->
    24. <script src="https://www.gstatic.com/firebasejs/7.6.1/firebase-app.js"></script>
    25. <script src="https://www.gstatic.com/firebasejs/7.6.1/firebase-auth.js"></script>
    26. <script src="https://www.gstatic.com/firebasejs/7.6.1/firebase-firestore.js"></script>
    27.  
    28. <script>
    29. // Your web app's Firebase configuration
    30. var firebaseConfig = {
    31. apiKey: "AIzaSyD6KNAmpdt8tEwHThDIbXQvh0G1mbtGrFE",
    32. authDomain: "errorlog-poc.firebaseapp.com",
    33. databaseURL: "https://errorlog-poc.firebaseio.com",
    34. projectId: "errorlog-poc",
    35. appId: "1:519431885787:web:cb2c45dedc2a576c39cdfe"
    36. };
    37. // Initialize Firebase
    38. firebase.initializeApp(firebaseConfig);
    39. </script>
    40. </body>
    41.  
    42. </html>
    1. body {
    2. background: #e6e6e6;
    3. }
    1.