EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: varonica on August 27, 2013, 10:12:42 PM



Title: set height of th in datagrid
Post by: varonica on August 27, 2013, 10:12:42 PM
Can we set height of th in datagrid ?

(http://www.jeasyui.com/forum/index.php?action=dlattach;topic=2111.0;attach=414;image)


Title: Re: set height of th in datagrid
Post by: stworthy on August 28, 2013, 02:14:55 AM
Try adding the code below to your page.
Code:
<style>
.datagrid-header .datagrid-cell{
line-height:35px;
}
</style>


Title: Re: set height of th in datagrid
Post by: varonica on August 29, 2013, 12:37:12 AM
Thankssss!!! :) :) :)