EasyUI Forum
November 06, 2025, 03:48:35 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: How to wrap datagrid's colume title?  (Read 16506 times)
ejzhang
Jr. Member
**
Posts: 61



View Profile
« on: March 19, 2013, 08:11:59 AM »

I use the "<br />" tag, but the first line can be shown only.
Code:
columns:[[
{title:'<strong>序号</strong>',field:'ID',rowspan:2,width:38,align:'center'},
{title:'<strong>班组名称</strong>',rowspan:2,width:78,align:'center'},
{title:'<strong>作业小组名称</strong>',field:'Squad',rowspan:2,width:88,align:'center'},
{title:'<strong>人数</strong>',field:'NumOfMems',rowspan:2,width:38,align:'center'},
{title:'<strong>班组长<br />姓名</strong>',field:'Leader',rowspan:2,width:68,align:'center'},
{title:'<strong>职名</strong>',field:'Post',rowspan:2,width:58,align:'center'},
{title:'<strong>分类</strong>',colspan:2,align:'center'},
{title:'<strong>津贴</strong>',colspan:2,align:'center'},
{title:'<strong>考核<br />金额</strong>',field:'Assess',rowspan:2,width:38,align:'center'},
{title:'<strong>实发班组<br />长津贴</strong>',rowspan:2,width:58,align:'center'},
{title:'<strong>考核或异动原因</strong>',field:'Notes',rowspan:2,width:88,align:'center'}
],[
{title:'<strong>正<br />班<br />组<br />长</strong>',field:'Chief',width:18,align:'center'},
{title:'<strong>副<br />班<br />组<br />长</strong>',field:'Vice',width:18,align:'center'},
{title:'<strong>XX元<br />(一类)</strong>',field:'Class1',width:38,align:'center'},
{title:'<strong>XX元<br />(二类)</strong>',field:'Class2',width:38,align:'center'}
]]
« Last Edit: March 19, 2013, 06:48:31 PM by ejzhang » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: March 19, 2013, 07:00:47 PM »

Please include the following code to your page:
Code:
	<style type="text/css">
.datagrid-header .datagrid-cell{
height:auto;
line-height:auto;
}
</style>
Logged
ejzhang
Jr. Member
**
Posts: 61



View Profile
« Reply #2 on: March 19, 2013, 08:13:12 PM »

thanks!
btw:these css attribute shoud be default.
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!