Skip to content

Commit 647e081

Browse files
committed
Added links to codepen, updated readme.md, added links to additional demos
1 parent 1842d57 commit 647e081

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Demo Angular UI Router: http://angular-data-grid.github.io/demo/bootstrap/ui-rou
1515
- Does not have any hard-coded template so you can choose any mark-up you need, from basic `<table>` layout to any `<div>` structure.
1616
- Easily switch between the most popular Bootstrap and Google Material theming, or apply your own CSS theme just by changing several CSS classes.
1717
- Built-in sync with browser address bar (URL), so you can copy-n-paste sorting/filtering/pagination results URL and open it in other browser / send to anyone - even if pagination / filtering are done on a client-side. [See details](#url-synchronization)
18-
- Support of [Angular UI Router](https://github.com/angular-ui/ui-router) navigation.
18+
- Support of [Angular UI Router](https://github.com/angular-ui/ui-router) navigation.
19+
- Optional support of fixed header table: [bootstrap Demo](https://github.com/angular-data-grid/demo/fixed-header/bootstrap-grid.html) [Material Design Demo](https://github.com/angular-data-grid/demo/fixed-header/angular-md-grid.html)
1920
- Unlike most part of other Angular DataGrids, we intentionally use non-isolated scope of the directive to maximize flexibility, so it can be easily synchronized with any data changes inside your controller.
2021
NOTE! With great power comes great responsibility, so use non-isolated API wisely.
2122

demo/bootstrap/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ <h4>Additional Demos</h4>
4848
<li>
4949
<a href="ui-router.html" target="_blank">UI Router plus server pagination</a>
5050
</li>
51+
<li>
52+
<a href="../fixed-header/bootstrap-grid.html">Fixed header table</a>
53+
</li>
5154
</ul>
5255
<hr>
5356
<div class="row">

demo/fixed-header/angular-md-grid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ <h4>Using Stand-alone Directive</h4>
245245
<hr>
246246
<md-button class="md-raised md-primary" ng-click="showCode = !showCode">CodePen</md-button>
247247
<div ng-show="showCode" class="codepen-wrap">
248-
<p data-height="768" data-theme-id="21603" data-slug-hash="eJWWpM" data-default-tab="html"
248+
<p data-height="768" data-theme-id="21603" data-slug-hash="bqXarG" data-default-tab="html"
249249
data-user="AngularDataGrid" class='codepen'>See the Pen <a
250-
href='http://codepen.io/AngularDataGrid/pen/eJWWpM'>eJWWpM</a> by AngularDataGrid (<a
250+
href='http://codepen.io/AngularDataGrid/pen/bqXarG'>eJWWpM</a> by AngularDataGrid (<a
251251
href='http://codepen.io/AngularDataGrid'>@AngularDataGrid</a>) on <a href='http://codepen.io'>CodePen</a>.
252252
</p>
253253
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>

demo/fixed-header/bootstrap-grid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ <h4>Additional Demos</h4>
285285
<div>
286286
<button class="btn btn-info margin-bottom-basic" ng-click="showCode = !showCode">CodePen</button>
287287
<div ng-show="showCode">
288-
<p data-height="768" data-theme-id="21603" data-slug-hash="xZddZm" data-default-tab="html" data-user="AngularDataGrid" class='codepen'>See the Pen <a
289-
href='http://codepen.io/AngularDataGrid/pen/xZddZm/'>xZddZm</a> by AngularDataGrid (<a href='http://codepen.io/AngularDataGrid'>@AngularDataGrid</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
288+
<p data-height="768" data-theme-id="21603" data-slug-hash="qrGXRL" data-default-tab="html" data-user="AngularDataGrid" class='codepen'>See the Pen <a
289+
href='http://codepen.io/AngularDataGrid/pen/qrGXRL/'>xZddZm</a> by AngularDataGrid (<a href='http://codepen.io/AngularDataGrid'>@AngularDataGrid</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
290290
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
291291
</div>
292292
</div>

demo/material/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ <h4>Angular Data Grid sample using Material Design styling</h4>
4444
<a href="https://github.com/angular-data-grid/angular-data-grid.github.io"
4545
target="_blank">Project GitHub</a></p>
4646
</div>
47+
<h4>Additional Demos</h4>
48+
<ul>
49+
<li>
50+
<a href="../fixed-header/angular-md-grid.html">Fixed header table</a>
51+
</li>
52+
</ul>
4753
<hr>
4854
<div layout-gt-xs="row" layout-xs="column" layout-align="stretch center">
4955
<div layout="row" layout-align="center start">

0 commit comments

Comments
 (0)