wijmo.grid.wijgrid Namespace > options type : rowHeight Option |
Default value: 0
Determines the height of a rows when virtual scrolling is used.
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) | |
---|---|
|
$("#element").wijgrid({ rowHeight: 20 });