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