SMART datagrid v.1 > Classes > DisplayOptions
If it is true, when variableRowHeight is true, the user can change the height of fixed rows by dragging the mouse.
If variableRowHeight is false, this property will be meaningless.
Defaults to false.
grid.setOptions({
display: {
varialbeRowHeight: true,
fixedRowResizable: true
}
});
grid.setDisplayOptions({
varialbeRowHeight: true,
fixedRowResizable: true
});
grid.displayOptions().setFixedRowResizable(true);