Jqery easyui datagrid 列隐藏
怎么隐藏列啊,我只把列表头隐藏掉了!求大神指点!columns:[[{field:'cbx',checkbox:true},{title:'标题',field:'Titl...
怎么隐藏列啊 ,我只把列表头隐藏掉了! 求大神指点!
columns: [[
{ field: 'cbx', checkbox: true },
{ title: '标题', field: 'Title', halign: 'center', width: fixWidth(0.1) },
{ title: '停止', field: 'stop', width: 60, halign: 'center', align: 'center', formatter: stopbtn },
]],
//函数
function stopbtn(value, rec)
{
if (rec.Status == "False")
{
return "<a style='color:red' href='javascript:onclick=OpenWin(\"stop\",\"" + rec.Title '><img id=imgeidt src='../JS/easyUI/themes/icons/no.png' style=' border:0px' alt='维护'/> </a> ";
}
else
{
$('#tab_list').datagrid('hideColumn', 'stop');
}
} 展开
columns: [[
{ field: 'cbx', checkbox: true },
{ title: '标题', field: 'Title', halign: 'center', width: fixWidth(0.1) },
{ title: '停止', field: 'stop', width: 60, halign: 'center', align: 'center', formatter: stopbtn },
]],
//函数
function stopbtn(value, rec)
{
if (rec.Status == "False")
{
return "<a style='color:red' href='javascript:onclick=OpenWin(\"stop\",\"" + rec.Title '><img id=imgeidt src='../JS/easyUI/themes/icons/no.png' style=' border:0px' alt='维护'/> </a> ";
}
else
{
$('#tab_list').datagrid('hideColumn', 'stop');
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询