SMART datagrid v.1 > Classes > GridHeader
The distance between main text and sub text which is displayed by text.
If subTextGap value of ColumnHeader is undefined, it will use this value.
Defaults to 1.
grid.setHeader({
subTextGap : 2
});
// or, by property
grid.header().setSubTextGap(2);