jQuery.wijmo.c1field Namespace > options type : groupInfo Field |
Used to customize the appearance and position of groups.
Javascript (Usage) | |
---|---|
var value; // Type: IGroupInfo value = jQuery.wijmo.c1field.options.groupInfo; |
Javascript (Specification) | |
---|---|
var groupInfo : IGroupInfo; |
$("#element").wijgrid({ columns: [{ groupInfo: { position: "header" }}]});