SMART datagrid v.1 > Classes > GridFooter
Specify the minimum height of grid footer in pixels. In any case, it will display the height greater than this value.
If want to explicitly specify the height of footer, you can specify height value greater than this value.
Defaults to 23.
grid.setFooter({
minHeight: 30
});
// or, by property
grid.footer().setMinHeight(30);