用js怎么控制列的显示和隐藏?
 
最佳答案
 
$('#grid').datagrid('hideColumn','列field');
把hideColumn换成showColumn 即为显示列

相关文章: