Wijmo UI for the Web
staticColumnsAlignment Field
wijmo.grid Namespace > IScrollingSettings Interface : staticColumnsAlignment Field

Gets or sets the alignment of the static columns area. Possible values are "left", "right".

Syntax
var instance; // Type: wijmo.grid.IScrollingSettings;
var value; // Type: string
value = instance.staticColumnsAlignment;
var staticColumnsAlignment : string;
Example
$("#element").wijgrid({ scrollingSettings: { staticColumnsAlignment: "left" } });
Remarks
The "right" mode has limited functionality: - The showRowHeader value is ignored. - Changing staticColumnIndex at run-time by dragging the vertical bar is disabled.
See Also

Reference

IScrollingSettings Interface