Wijmo UI for the Web
groupIndent Option

Default value: 10

Determines the indentation of the groups, in pixels.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgrid("option", "groupIndent");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijgrid("option", "groupIndent", newValue);
        
});
Javascript (Specification) 
var groupIndent : number;
Example
// Set the groupIndent option to the number of pixels to indent data when grouping.
$("#element").wijgrid({ groupIndent: 15 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.