diff --git a/index.html b/index.html index cc30cff..150f26e 100644 --- a/index.html +++ b/index.html @@ -128,6 +128,20 @@

URL page link

href: '?page={{number}}' }); +

Visible pages option

+ +

The max number of visible pages specifies via visiblePages option. The following example + shows the 10 visible pages:

+
    $(selector).twbsPagination({
+        totalPages: 35,
+        visiblePages: 10,
+    });
+ +

Note: this is normal size (without pagination-sm)

+
+ +
+