Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update markup.html #31

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sections/pagination/markup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<h2 class="h2">Client side Pagination</h2>

<p class="text-center">
This is actually the only plugin which defines its own template. But the template fits good with the popular css
library <em>bootstrap</em> from Twitter.
This is plugin has own template that fits good with the popular css library <em>bootstrap</em> from Twitter.
You can add the attribute <code>st-template</code> with URL of custom pagination template.
You can also change the number of items by page dynamically with the bound attribute <code>st-items-by-page</code> and the number of displayed pages in the pagination directive with the attribute <code>st-displayed-pages</code>.
You can set these attributes to a static value as well
You can set these attributes to a static value as well.
</p>
<tabset><tab heading="markup">
<pre ng-non-bindable><code class="language-markup">&lt;table st-table="rowCollection" class="table table-striped">
Expand Down Expand Up @@ -121,4 +121,4 @@ <h2 class="h2">Client side Pagination</h2>
href="https://github.com/lorenzofox3/smart-table-website/tree/gh-pages/sections/pagination"><i
class="glyphicon glyphicon-pencil"></i> improve the documentation</a>
</div>
</section>
</section>