Gets or sets the alignment of the static columns area. Possible values are "left", "right". Obsoleted, use the scrollingSettings.staticColumnsAlignment property instead.
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijgrid("option", "staticColumnsAlignment");
// Set value
var newValue; // Type: string
$(".selector").wijgrid("option", "staticColumnsAlignment", newValue);
});
The "right" mode has limited functionality:
- The showRowHeader value is ignored.
- Changing staticColumnIndex at run-time by dragging the vertical bar is disabled.