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