easyui加载数据 HTML
$('#dg').datagrid({loadFilter:pagerFilter,pageList:[100,10,20,30,50],pageSize:30, rowStyler:function(index,row){
if (row.chkYn!='1'&&row.chkYn!=2){
...
easyui下拉表格例子 HTML
{ // datagrid的其他字段... }, {
field : 'path', // 实际属性
title : 'Path', // 页面显示的列名
editor : {
...
easyui添加合计列 HTML
$('#aa').datagrid({
idField:'id',
remoteSort:true,
pagination:true,
showFooter: true,
ctrlSelect: true,
columns:[[
{field:'name',title:'名字',width:120,align:'center',sortable:true},...