Skip to content

Commit

Permalink
More minor fixes to API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheffieldnick committed Apr 2, 2020
1 parent b9d9cb6 commit cf4b090
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ <h4>Options</h4>
<li><a href="#page">page</a></li>
<li><a href="#pagination">pagination</a></li>
<li><a href="#searchClass">searchClass</a></li>
<li><a href="#searchColumns">searchColumns</a></li>
<li><a href="#sortClass">sortClass</a></li>
<li><a href="#valueNames">valueNames</a></li>
</ul>
Expand All @@ -44,7 +45,7 @@ <h4>Methods</h4>
<li><a href="#fuzzysearch">fuzzySearch</a></li>
<li><a href="#get">get</a></li>
<li><a href="#on">on</a></li>
<li><a href="#reindex">reindex</a></li>
<li><a href="#reindex">reIndex</a></li>
<li><a href="#remove">remove</a></li>
<li><a href="#search">search</a></li>
<li><a href="#size">size</a></li>
Expand Down Expand Up @@ -134,7 +135,7 @@ <h3>
performance.</p></li>
<li><p><strong><a name="i" href="#i" class="anchor"></a>i</strong> <em class="docs-parameter-description">Int, default: 1</em><br>
Which item should be shown as the first one.</p></li>
<li><p><strong><a name="pagination" href="#pagination" class="anchor"></a>pagination</strong> <em class="docs-parameter-description">Boolean, default: false</em><br>
<li><p><strong><a name="pagination" href="#pagination" class="anchor"></a>pagination</strong> <em class="docs-parameter-description">Boolean, default: undefined</em><br>
Read more <a href="{{ "/docs/pagination" | relative_url }}">here</a>.</p></li>
</ul>
</li>
Expand Down Expand Up @@ -347,7 +348,7 @@ <h3><a name="methods" class="anchor" href="#methods"></a>Methods</h3>
Read more <a href="{{ "/docs/fuzzysearch" | relative_url }}">here</a></p>
</li>
<li>
<p><strong><aname="on" class="achor" href="#on"></a>on(event, callback)</strong><br>
<p><strong><a name="on" class="achor" href="#on"></a>on(event, callback)</strong><br>
Execute <code>callback</code> when list have been updated (triggered by <code>update()</code>, which is used by a lot of methods). Use <code>updated</code> as the event.</p>
<h4>Avaliable events</h4>
<ul>
Expand Down

0 comments on commit cf4b090

Please sign in to comment.