Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1641 from TheJaredWilcurt/gh-pages
Browse files Browse the repository at this point in the history
Link to live demos for Repeater
  • Loading branch information
interactivellama committed Dec 3, 2015
2 parents 593c756 + eb95387 commit fa7554e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _includes/js/repeater.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,14 @@ <h3 id="repeater-extensions">Repeater Extensions</h3>
</p>

<h2 id="repeater-examples">Examples</h2>
<p>Data viewer with paging, sorting, and searching using <a href="/extensions.html#bundled-extensions-list">list</a> and <a href="/extensions.html#bundled-extensions-thumbnail">thumbnail</a> extensions.
Can be extended further for various other renderings.</p>
<p>Data viewer with paging, sorting, and searching using <a href="/extensions.html#bundled-extensions-list">list</a> and <a href="/extensions.html#bundled-extensions-thumbnail">thumbnail</a> extensions. Can be extended further for various other renderings.</p>

<p><strong>Live examples:</strong></p>
<ul>
<li><a href="http://codepen.io/TheJaredWilcurt/pen/xwvQLW/left?editors=001">Codepen</a></li>
<li><a href="http://jsfiddle.net/TheJaredWilcurt/6Lz99oek/">JSFiddle</a></li>
</ul>

<h3 id="repeater-examples-further-reading">Further Reading</h3>
<ul>
<li><a href="{{ site.repo }}/blob/gh-pages/assets/js/repeater-examples.js">More thorough example (js code)</a></li>
Expand Down

0 comments on commit fa7554e

Please sign in to comment.