mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: pager.page is zero-based. See #1516
This commit is contained in:
parent
f4d454a432
commit
41a550e698
@ -7082,7 +7082,7 @@ $.each( p.cacheIndex, function(i, v) {
|
||||
<tr id="variable-pager-page">
|
||||
<td><a href="#" class="permalink">p.page</a></td>
|
||||
<td>Numeric</td>
|
||||
<td>Contains a one-based index of the current page visible in the pager.
|
||||
<td>Contains a zero-based index of the current page visible in the pager.
|
||||
<div class="collapsible">
|
||||
<br>
|
||||
The <code>{page}</code> tag in the pager <a href="#pager-output"><code>output</code></a> option is replaced by this value.<br>
|
||||
|
Loading…
Reference in New Issue
Block a user