Wijmo UI for the Web
position Field
wijmo.grid Namespace > IPagerSettings Interface : position Field

Determines the position of the pager. Possible values are: "bottom", "top", "topAndBottom".

Syntax
var instance; // Type: wijmo.grid.IPagerSettings;
var value; // Type: string
value = instance.position;
var position : string;
Remarks
Possible values are: "bottom": Pager appear below the control. "top": Pager appear above the control. "topAndBottom": Pager appear above and below the control.
See Also

Reference

IPagerSettings Interface