wijmo.grid Namespace > IGroupInfo Interface : position Field |
Determines whether the grid should insert group header and/or group footer rows for this column. Possible values are: "none", "header", "footer", "headerAndFooter".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IGroupInfo; var value; // Type: string value = instance.position; |
Javascript (Specification) | |
---|---|
|