2016-09-14 75 views

回答

0
selModel: { 
        selType: 'checkboxmodel', 
        //mode: 'SINGLE', 
        headerWidth: 62, 
        //checkOnly: false, 
        checkOnly: true,//this will check only when you click on checkbox 
        allowDeselect: false, 
        ignoreRightMouseSelection: true, 
listeners: { 
        'selectionchange': Ext.bind(function (view, records) { 

        },this) 
       } 
       }, 

文档:http://docs.sencha.com/extjs/4.2.2/#!/api/Ext.panel.Table-cfg-selModel

当你使用这个,你会得到在头一个复选框,我们可以选择和取消形式存在