jQuery.wijmo.wijgrid Namespace > options type : groupIndent Field |
Default value: 10
Determines the indentation of the groups, in pixels.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijgrid.options.groupIndent; |
Javascript (Specification) | |
---|---|
|
// Set the groupIndent option to the number of pixels to indent data when grouping. $("#element").wijgrid({ groupIndent: 15 });