diff --git a/documentation/index.html b/documentation/index.html index 03a91aa..3e484fb 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -145,6 +145,12 @@
This behavior is activated when attribute centerCurrentPage is true and numberOfPages is odd. The following example shows the 5 pages example with center current page
+
+
+ var options = {
+ centerCurrentPage: true,
+ currentPage: 3,
+ totalPages: 10,
+ numberOfPages:5
+ }
+
$('#example').bootstrapPaginator(options);
@@ -624,7 +649,7 @@
-
+
@@ -666,7 +691,7 @@
-
+
@@ -999,6 +1024,18 @@