Wijmo UI for the Web
staticColumnsAlignment Option

Default value: 'left'

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgrid("option", "staticColumnsAlignment");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgrid("option", "staticColumnsAlignment", newValue);
        
});
Javascript (Specification) 
var staticColumnsAlignment : string;
Example
$("#element").wijgrid({ 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.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.