SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.clearRowHeights  method

Initialize the height of all rows. 

function clearRowHeights ();
Returns
Void
Code -1
    $('#resetHeights').click(function () {
        grid.clearRowHeights();
    });
See Also
fitRowHeight
setRowHeights
DisplayOptions.variableRowHeight
DisplayOptions.rowResizable
DisplayOptions.fixedRowResizable
Examples
Row Heights