wijmo.pager Namespace > IPagerUISettings Interface : mode Field |
An option that determines the pager mode. Possible values are: "nextPrevious", "nextPreviousFirstLast", "numeric", "numericFirstLast".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.pager.IPagerUISettings; var value; // Type: string value = instance.mode; |
Javascript (Specification) | |
---|---|
|