Default value: 10
Determines the indentation of the groups, in pixels.
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijgrid("option", "groupIndent"); // Set value var newValue; // Type: number $(".selector").wijgrid("option", "groupIndent", newValue); });
var groupIndent : number;
// Set the groupIndent option to the number of pixels to indent data when grouping. $("#element").wijgrid({ groupIndent: 15 });
options type wijgrid jQuery Widget