您的位置:首页 > 编程语言 > Java开发

ubuntu下配置eclipse

2014-05-19 22:34 239 查看
singleSelect: true,

实例:

function initgrid() {
$("#list").datagrid({
url: virthpath + 'Sales/getSalesList',
toolbar: '#tb',
title: '列表',
pageSize: 20,
singleSelect: true,
pageNumber: 1,
pagination: true,
fitColumns: true,
rownumbers: true,
columns: [
[
{
title: '选择', checkbox: true, field: "id"
},
{
title: "编号", field: "Sales_Id", width: 50, align: 'center'
}
]
]
});
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: