SMART datagrid v.1 > Classes > DisplayOptions
When it does not contain the column group of vertical layout which has more than one child columns, if specify as true, you can individually differentiate the height of each data row.
Defaults to false.
grid.setOptions({
display: {
rowResizable: true,
variableRowHeight: true
}
});
grid.setDisplayOptions({
rowResizable: true,
variableRowHeight: true
});
grid.displayOptions().setVariableRowHeight(true);