jQuery.wijmo.wijpager Namespace > options type : pageButtonCount Field |
Default value: 10
An option that indicates the number of page buttons to display in the pager. You can customize how many page buttons are available for your users to use to page through content. You can use this option in conjunction with the pageCount to customize the pager display.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijpager.options.pageButtonCount; |
Javascript (Specification) | |
---|---|
|
// Here's the general way you'll set the option: $("#element").wijpager({ pageButtonCount: 15 });