SMART datagrid v.1 > Classes > GridFooter
If it is true, the user can drag the left part of top border of footer to change Height of header. You cannot change it less than minHeight.
Defaults to false.
$('#resizable').click = function (ev) {
grid.footer().setResizable(ev.target.checked);
};