EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: mzeddd on June 11, 2015, 02:34:29 AM



Title: If autoRowHeight=false then How change the size of the row?
Post by: mzeddd on June 11, 2015, 02:34:29 AM
Even if I have rownumbers=true I could not resize it by mouse.


Title: Re: If autoRowHeight=false then How change the size of the row?
Post by: stworthy on June 12, 2015, 01:17:39 AM
Please override the .datagrid-row style.
Code:
<style>
    .datagrid-row{
        height:30px;
    }
</style>