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