亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

jQuery EasyUI Manual Rujukan Cina / jEasyUI 創(chuàng)建頁(yè)腳摘要

jEasyUI 創(chuàng)建頁(yè)腳摘要

在本教程中,我們將向您展示如何在數(shù)據(jù)網(wǎng)格(datagrid)頁(yè)腳顯示摘要信息行。

70.png

為了顯示頁(yè)腳行,您應(yīng)該設(shè)置 showFooter 屬性為 true,然后準(zhǔn)備定義在數(shù)據(jù)網(wǎng)格(datagrid)數(shù)據(jù)中的頁(yè)腳行。以下是示例數(shù)據(jù):

	{"total":1,"rows":[{"id":1,"name":"Chai","price":18.00}],"footer":[{"name":"Total","price":18.00}]}

創(chuàng)建數(shù)據(jù)網(wǎng)格(DataGrid)

	<table id="tt" title="DataGrid" class="easyui-datagrid" style="width:400px;height:250px"
			url="data/datagrid17_data.json"
			fitColumns="true" rownumbers="true" showFooter="true">
		<thead>
			<tr>
				<th field="name" width="80">Product Name</th>
				<th field="price" width="40" align="right">Unit Price</th>
			</tr>
		</thead>
	</table>

頁(yè)腳行和顯示數(shù)據(jù)行一樣,所以您可以在頁(yè)腳顯示不止一個(gè)摘要信息。

下載 jQuery EasyUI 實(shí)例

jeasyui-datagrid-datagrid17.zip