jQuery(“#six_question_list”).jqGrid({
datatype: “local”,
height: 500,
colNames: ,
colModel: [{
name: ‘id’,
index: ‘id’,
width: 100
}, {
name: ‘title’,
index: ‘title’,
width: 300
}, {
name: ‘status’,
index: ‘status’,
width: 100
}, {
name: ‘act’,
index: ‘act’,
width: 150,
sortable: false
}],
sortname: ‘title’,
viewrecords: true,
sortorder: “desc”,
imgpath: ‘scripts/plugin/grid’,
loadComplete: a,
loadonce: true
});
function a(){
alert(1);
}
as title.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top