SMART datagrid v.1 > Classes > GridFooterHead
The text which will be displayed in area.
Defaults to null.
grid.setOptions({
footer: {
head: {
text: "SUM",
styles: {
fontItalic: true
}
}
},
...
});