EasyUI Forum
June 25, 2024, 07:42:32 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: setting rowheight on combogrid  (Read 5653 times)
Opan Mustopah
Full Member
***
Posts: 164


Indonesia


View Profile Email
« on: March 17, 2015, 02:28:36 AM »

hello again, i have a simple question

i have a datagrid and setting rowHeight into 40px by overriding class .datagrid-row = 40px;
but the problem is when i using combogrid, rowHeight on combogrid is 40px too (set to global rowheight). i want to make rowheight on combogrid into default height = 25px;

how to do that?

many thanks for the answer.
Logged

-- Bajak Otak --
*** Sorry for my bad english :3 ***
--JeasyUI version 1.4--
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: March 17, 2015, 08:44:26 AM »

Please add the code below to your page.
Code:
<style>
.combo-panel .datagrid-row{
  height:25px;
}
</style>
Logged
Opan Mustopah
Full Member
***
Posts: 164


Indonesia


View Profile Email
« Reply #2 on: March 17, 2015, 08:47:37 AM »

many many thanks stworthy you help me again Cheesy
Logged

-- Bajak Otak --
*** Sorry for my bad english :3 ***
--JeasyUI version 1.4--
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!