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