jQuery.wijmo.wijgrid Namespace > options type : staticColumnsAlignment Field |
Default value: 'left'
Gets or sets the alignment of the static columns area. Possible values are "left", "right".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.staticColumnsAlignment; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ staticColumnsAlignment: "left" });