EasyUI Forum
March 28, 2024, 03:21:46 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: extension datagrid-filter height differ from height themes sizes  (Read 6479 times)
fgendorf
Newbie
*
Posts: 24


View Profile Email
« on: June 21, 2018, 08:57:29 AM »

Hi, since version 1.5.5 tha size of textbox, combobox,datebox,etc increase from 22px to 25px, in the extension datagrid-filter, the textbox is ok, but combobox still 22px height.



Where I need change to fix?

Thanks for advance
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: June 21, 2018, 05:21:00 PM »

You can override all the editor height:
Code:
<script>
$.fn.datagrid.defaults.editorHeight=25;
</script>
You also can set the 'height' for the combobox.
Code:
field:'status',
type:'combobox',
options:{
    height:25,
    panelHeight:'auto',
    data:[{value:'',text:'All'},{value:'P',text:'P'},{value:'N',text:'N'}],
    ...
}
Logged
fgendorf
Newbie
*
Posts: 24


View Profile Email
« Reply #2 on: June 22, 2018, 06:25:15 AM »

Thanks  Wink
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!