1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Update documentation to reflect that there are 6 built in paging options, not 4

This commit is contained in:
Allan Jardine 2016-12-02 17:57:07 +00:00
parent ad89212439
commit 875b2d028c
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
4ecd180ea964d7c699ecd33b0e751da7dcaf73d2
74856dedb15077753ab098337f8d9d3fe5837640

View File

@ -37,7 +37,7 @@ $(document).ready(function() {
<p>The default page control presented by DataTables (forward and backward buttons with up to 7 page numbers in-between) is fine for most situations, but there are
cases where you may wish to customise the options presented to the end user. This is done through DataTables' extensible pagination mechanism, the <a href=
"//datatables.net/reference/option/pagingType"><code class="option" title="DataTables initialisation option">pagingType</code></a> option.</p>
<p>There are four built-in options for which pagination controls DataTables should show:</p>
<p>There are six built-in options for which pagination controls DataTables should show:</p>
<ul class="markdown">
<li><code class="string" title="String">numbers</code> - Page number buttons only</li>
<li><code class="string" title="String">simple</code> - 'Previous' and 'Next' buttons only</li>

View File

@ -11851,9 +11851,10 @@
/**
* DataTables features four different built-in options for the buttons to
* DataTables features six different built-in options for the buttons to
* display for pagination control:
*
* * `numbers` - Page number buttons only
* * `simple` - 'Previous' and 'Next' buttons only
* * 'simple_numbers` - 'Previous' and 'Next' buttons, plus page numbers
* * `full` - 'First', 'Previous', 'Next' and 'Last' buttons