Please tell me how you can make a column name in jqgrid working reference.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
jQuery(document).ready(function(){<br /> jQuery("#table").jqGrid({<br /> <span style="""white-space:pre"""> </span>url: 'test.php',<br /> imgpath: 'css/flick/images',<br /> <span style="""white-space:pre"""> </span> <span style="""white-space:pre"""> </span>datatype: 'json',<br /> height: 'auto',<br /> width: 1050,<br /> sortname: 'id',<br /> <span style="""white-space:pre"""> </span>sortorder: "asc",<br /> <span style="""white-space:pre"""> </span>mtype: 'POST',<br /> <span style="""white-space:pre"""> </span> <span style="""white-space:pre"""> </span>colNames: ['id', '<a href="index.php" rel="nofollow">INDEX LINK</a>', 'notes'],<br /> <span style="""white-space:pre"""> </span>colModel: [{name:'id', index:'id', width:320, align:'left', sortable:false, search:false},<br /> {name:'data', index:'data', width:320, align:'left', sortable:false, search:false},<br /> {name:'notes', index:'notes', width:320, align:'left', sortable:false, search:false}],<br /> rowNum: 50,<br /> viewrecords: false,<br /> shrinkToFit: false,<br /> hidegrid: false,<br /> loadonce: true<br /> });<br /> }); |
The tooltip shows that the reference is to move on but it does not come out – not active
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top