Easyui Setting the row height of the DataGrid + text super-wide line wrapping

Source: Internet
Author: User

1, Row height setting

Because the DataGrid does not specifically set the row Height property, this modifies the row height by modifying the EASYUI.CSS style format.


Method: Search for the ". Datagrid-row" property in Easyui.css, and modify the default row height height:25px to the desired height.

. datagrid-row {
  height:42px;
  Text-align:center;
}


2, text ultra-wide line-wrapping

Set nowrap:false in <table> to break lines

		<table id= "DG" class= "Easyui-datagrid"
			data-options= "pagination:true,
						singleselect:true, 
						Fitcolumns:true,
						nowrap:false ">
Note Cells in a DataGrid row that are set fitcolumns:true cannot be wrapped.

<th data-options= "field: ' Contractdate ', fitcolumns:true" > Registration time </th>




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.