首页 > 代码库 > 浅谈datagrid详细操作单元格样式
浅谈datagrid详细操作单元格样式
$(‘#tt‘).datagrid({ url: ‘datagrid_data2.json‘, title: ‘DataGrid - ContextMenu‘, width: 700, height: ‘auto‘, fitColumns: true, columns: [[ {field: ‘itemid‘,title: ‘Item ID‘,width: 80}, {field: ‘productid‘,title: ‘Product ID‘,width: 120}, {field: ‘listprice‘,title: ‘List Price‘,width: 80,align: ‘right‘}, {field: ‘unitcost‘,title: ‘Unit Cost‘,width: 80,align: ‘center‘}, {field: ‘attr1‘,title: ‘Attribute‘,width: 250}, {field: ‘status‘,title: ‘Status‘,width: 60,align: ‘center‘} ]], onl oadSuccess: function(data){ var panel = $(this).datagrid(‘getPanel‘); var tr = panel.find(‘div.datagrid-body tr‘); tr.each(function(){ var td = $(this).children(‘td[field="unitcost"]‘); td.children("div").css({ "text-align": "right" }); ; }); } });
浅谈datagrid详细操作单元格样式http://www.easyui.info/archives/470.html
浅谈datagrid详细操作单元格样式
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。