|
1 | 1 | <div class="container"> |
2 | | - <h2>{{title}}</h2> |
3 | | - <div class="subtitle" [innerHTML]="subTitle"></div> |
| 2 | + <h2>Angular-Slickgrid - Demo Site</h2> |
| 3 | + <div class="subtitle">This site is to demo multiple usage of Angular-Slickgrid, choose an example from the left side menu</div> |
4 | 4 |
|
5 | 5 | <hr /> |
6 | 6 |
|
7 | 7 | <h4>Quick intro</h4> |
8 | 8 | <p> |
9 | 9 | One of the best javascript datagrid |
10 | | - <a href="https://github.com/mleibman/SlickGrid" |
11 | | - target="_blank">SlickGrid</a> which was originally developed by @mleibman is now available to Angular. I have |
12 | | - tried, and used, a few datagrids and SlickGrid beats most of them in terms of functionalities |
13 | | - and performance (it can easily even handle a million row). |
| 10 | + <a href="https://github.com/mleibman/SlickGrid" target="_blank">SlickGrid</a> which was originally developed by @mleibman is now |
| 11 | + available to Angular. I have tried, and used, a few datagrids and SlickGrid beats most of them in terms of functionalities and |
| 12 | + performance (it can easily even handle a million row). |
14 | 13 | </p> |
15 | 14 | <h4>Documentation</h4> |
16 | 15 | <p> |
17 | | - <h3>Documentation</h3> |
18 | | - Most of the info, news and documentation links are mostly available in the <a href="https://github.com/ghiscoding/slickgrid-universal">Slickgrid-Universal</a> project. |
19 | | - Please consult the |
20 | | - <a href="https://ghiscoding.gitbook.io/angular-slickgrid" target="_blank">Angular-Slickgrid - Docs</a> |
21 | | - before opening any new issues. The |
22 | | - <a href="https://ghiscoding.gitbook.io/angular-slickgrid/getting-started/quick-start" target="_blank">Docs - Getting Started</a> |
23 | | - is a great place to start with. |
| 16 | + The documentation is powered by GitBook and can be found at this link |
| 17 | + <a href="https://ghiscoding.gitbook.io/angular-slickgrid" target="_blank">Angular-Slickgrid - Documentation</a>, so be sure to consult |
| 18 | + it before opening any new issue. |
| 19 | + <br /> |
| 20 | + The |
| 21 | + <a href="https://ghiscoding.gitbook.io/angular-slickgrid/getting-started/quick-start" target="_blank">HOWTO - Quick Start</a> |
| 22 | + is the best starting point to get going with this library. |
24 | 23 | </p> |
25 | 24 |
|
26 | 25 | <hr /> |
27 | 26 | Like my work? You can support me with caffeine :) |
28 | 27 |
|
29 | 28 | <br /><br /> |
30 | 29 |
|
31 | | - <a href='https://ko-fi.com/ghiscoding' |
32 | | - target='_blank'> |
33 | | - <img height='36' |
34 | | - style='border:0px;height:36px;' |
35 | | - src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' |
36 | | - border='0' |
37 | | - alt='Buy Me a Coffee at ko-fi.com' /> |
| 30 | + <a href="https://ko-fi.com/ghiscoding" target="_blank"> |
| 31 | + <img |
| 32 | + height="36" |
| 33 | + style="border: 0px; height: 36px" |
| 34 | + src="https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0" |
| 35 | + border="0" |
| 36 | + alt="Buy Me a Coffee at ko-fi.com" |
| 37 | + /> |
38 | 38 | </a> |
39 | 39 | </div> |
0 commit comments