Extjs 그리드 체크박스-추가


var testgrid = Ext.create('Ext.grid.Panel', {
        store: store,
        columns: [{
     xtype: 'checkcolumn',
            header: 'Active?',
            dataIndex: 'test',
            width: 60,
            editor: {
                xtype: 'checkbox',
                cls: 'x-grid-checkheader-editor'
            }
        }
 });

댓글

가장 많이 본 글