• Edit
  • Download
    1. <!DOCTYPE html>
    2. <html dir="rtl">
    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: 1335px;
    15. }
    16. </style>
    17. </head>
    18.  
    19. <body>
    20.  
    21. <zing-grid height="300px" selector loading-text="ZingGrid is Loading" filter column-drag search layout-controls static-menu columns-control selector sort editor page-size=10 pager src="https://jsdocs-9d00d.firebaseio.com/addressBook">
    22. <zg-caption align="center">Dir?</zg-caption>
    23. <zg-colgroup>
    24. <zg-column type="selector"></zg-column>
    25. <zg-column type="row-number"></zg-column>
    26. <zg-column index="name" width="200" head-cell="hello" foot-cell="goodbye"></zg-column>
    27. <zg-column width="200" index="street"></zg-column>
    28. <zg-column width="200" index="city"></zg-column>
    29. <zg-column width="200" index="state"></zg-column>
    30. <zg-column index="postal" type="text" sorter="number"></zg-column>
    31. <zg-column type="editor"></zg-column>
    32. <zg-column type="remover"></zg-column>
    33. </zg-colgroup>
    34. </zing-grid>
    35.  
    36. <zing-grid dir="ltr" height="300px" selector loading-text="ZingGrid is Loading" filter column-drag search layout-controls static-menu columns-control selector sort editor page-size=10 pager src="https://jsdocs-9d00d.firebaseio.com/addressBook">
    37. <zg-caption align="center">Dir?</zg-caption>
    38. <zg-colgroup>
    39. <zg-column type="selector"></zg-column>
    40. <zg-column type="row-number"></zg-column>
    41. <zg-column index="name" width="200" head-cell="hello" foot-cell="goodbye"></zg-column>
    42. <zg-column width="200" index="street"></zg-column>
    43. <zg-column width="200" index="city"></zg-column>
    44. <zg-column width="200" index="state"></zg-column>
    45. <zg-column index="postal" type="text" sorter="number"></zg-column>
    46. <zg-column type="editor"></zg-column>
    47. <zg-column type="remover"></zg-column>
    48. </zg-colgroup>
    49. </zing-grid>
    50.  
    51. <script>
    52. ZingGrid.setLicense(['26ccbfec16b8be9ee98c7d57bee6e498']);
    53. </script>
    54. </body>
    55.  
    56. </html>
    1. <!DOCTYPE html>
    2. <html dir="rtl">
    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>
    11.  
    12. <zing-grid height="300px" selector loading-text="ZingGrid is Loading" filter column-drag search layout-controls static-menu columns-control selector sort editor page-size=10 pager src="https://jsdocs-9d00d.firebaseio.com/addressBook">
    13. <zg-caption align="center">Dir?</zg-caption>
    14. <zg-colgroup>
    15. <zg-column type="selector"></zg-column>
    16. <zg-column type="row-number"></zg-column>
    17. <zg-column index="name" width="200" head-cell="hello" foot-cell="goodbye"></zg-column>
    18. <zg-column width="200" index="street"></zg-column>
    19. <zg-column width="200" index="city"></zg-column>
    20. <zg-column width="200" index="state"></zg-column>
    21. <zg-column index="postal" type="text" sorter="number"></zg-column>
    22. <zg-column type="editor"></zg-column>
    23. <zg-column type="remover"></zg-column>
    24. </zg-colgroup>
    25. </zing-grid>
    26.  
    27. <zing-grid dir="ltr" height="300px" selector loading-text="ZingGrid is Loading" filter column-drag search layout-controls static-menu columns-control selector sort editor page-size=10 pager src="https://jsdocs-9d00d.firebaseio.com/addressBook">
    28. <zg-caption align="center">Dir?</zg-caption>
    29. <zg-colgroup>
    30. <zg-column type="selector"></zg-column>
    31. <zg-column type="row-number"></zg-column>
    32. <zg-column index="name" width="200" head-cell="hello" foot-cell="goodbye"></zg-column>
    33. <zg-column width="200" index="street"></zg-column>
    34. <zg-column width="200" index="city"></zg-column>
    35. <zg-column width="200" index="state"></zg-column>
    36. <zg-column index="postal" type="text" sorter="number"></zg-column>
    37. <zg-column type="editor"></zg-column>
    38. <zg-column type="remover"></zg-column>
    39. </zg-colgroup>
    40. </zing-grid>
    41.  
    42. </body>
    43.  
    44. </html>
    1. body {
    2. background: #e6e6e6;
    3. }
    1.