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:
parent
ad89212439
commit
875b2d028c
@ -1 +1 @@
|
||||
4ecd180ea964d7c699ecd33b0e751da7dcaf73d2
|
||||
74856dedb15077753ab098337f8d9d3fe5837640
|
||||
|
@ -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>
|
||||
|
3
media/js/jquery.dataTables.js
vendored
3
media/js/jquery.dataTables.js
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user