From 875b2d028c8125823dfb20386091401d7e508f57 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 2 Dec 2016 17:57:07 +0000 Subject: [PATCH] Update documentation to reflect that there are 6 built in paging options, not 4 --- .datatables-commit-sync | 2 +- examples/basic_init/alt_pagination.html | 2 +- media/js/jquery.dataTables.js | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index fe8a7a99..3694c9c4 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -4ecd180ea964d7c699ecd33b0e751da7dcaf73d2 +74856dedb15077753ab098337f8d9d3fe5837640 diff --git a/examples/basic_init/alt_pagination.html b/examples/basic_init/alt_pagination.html index 9bedec29..cc662aa8 100644 --- a/examples/basic_init/alt_pagination.html +++ b/examples/basic_init/alt_pagination.html @@ -37,7 +37,7 @@ $(document).ready(function() {

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 pagingType option.

-

There are four built-in options for which pagination controls DataTables should show:

+

There are six built-in options for which pagination controls DataTables should show: