Wijmo UI for the Web
rowHeight Option

Default value: 0

Determines the height of a rows when virtual scrolling is used.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgrid("option", "rowHeight");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijgrid("option", "rowHeight", newValue);
        
});
Javascript (Specification) 
var rowHeight : number;
Example
$("#element").wijgrid({ rowHeight: 20 });
Remarks
Can be set only during creation
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.