SMART datagrid v.1 > Classes > GridHeader
HeaderSummary setting object which is displayed on the bottom of header area.
The summary setting of each column is specified by ColumnHeader.summary.
grid.setOptions({
header: {
summary: {
visible: true,
styles: {
background: "#10ff0000"
}
}
},
...
});