Docs: pager.page is zero-based. See #1516

This commit is contained in:
Rob Garrison 2018-02-25 07:07:08 -06:00
parent f4d454a432
commit 41a550e698

View File

@ -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>