jQuery.wijmo.c1band Namespace > options type : textAlignment Field |
Gets or sets the text alignment of data cells. Possible values are "left", "right", "center".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.c1band.options.textAlignment; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ textAligment: "right" }]});