var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: number value = instance.groupIndent;
var groupIndent : number;
Determines the indentation of the groups, in pixels.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: number value = instance.groupIndent;
var groupIndent : number;
// Set the groupIndent option to the number of pixels to indent data when grouping. $("#element").wijgrid({ groupIndent: 15 });