EasyUI Forum
October 18, 2025, 04:38:03 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: If autoRowHeight=false then How change the size of the row?  (Read 7547 times)
mzeddd
Full Member
***
Posts: 223



View Profile
« on: June 11, 2015, 02:34:29 AM »

Even if I have rownumbers=true I could not resize it by mouse.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: June 12, 2015, 01:17:39 AM »

Please override the .datagrid-row style.
Code:
<style>
    .datagrid-row{
        height:30px;
    }
</style>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!