checkboxHistoryModule = id : "alarmHistoryInfoCheck" name : "alarmHistoryInfoCheck" boxLabel : "历史报警信息" handler: (.checked== queryAlarmInfoHis_store = Ext.create('Ext.data.Store' autoLoad: pageSize: 50 model: 'queryAlarmInfoHistoryData' type: 'ajax' url: 'queryAlarmInfo.do' isShowHistory : "true" type: 'json' root: 'dataList' totalProperty: 'total' queryAlarmInfoHis_columns = [{ text: '序号', xtype:'rownumberer', width: 40 { text: '拓扑图', dataIndex: 'link',flex:1 text: '工作流ID' dataIndex: 'iflowid' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '工程名称' dataIndex: 'prjName' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '工作流名' dataIndex: 'flowName' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '活动名' dataIndex: 'actName' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '报警类型' dataIndex: 'type' width:80 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '报警描述' dataIndex: 'warnDes' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '报警时间' dataIndex: 'warnTime' width:80 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' { text: '处理描述', dataIndex: 'delDes',width:80 text: '处理人' dataIndex: 'delUser' width:80 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '处理时间' dataIndex: 'delTime' width:80 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' } queryAlarmInfoNotHis_store = Ext.create('Ext.data.Store' autoLoad: pageSize: 50 model: 'queryAlarmInfoData' type: 'ajax' url: 'queryAlarmInfo.do' isShowHistory : "false" type: 'json' root: 'dataList' totalProperty: 'total' queryAlarmInfoNotHis_columns = [{ text: '序号', xtype:'rownumberer', width: 40 { text: '拓扑图', dataIndex: 'link',flex:1 text: '工作流ID' dataIndex: 'iflowid' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '工程名称' dataIndex: 'prjName' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '工作流名' dataIndex: 'flowName' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '活动名' dataIndex: 'actName' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '报警类型' dataIndex: 'type' width:80 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '报警描述' dataIndex: 'warnDes' flex:1 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' text: '报警时间' dataIndex: 'warnTime' width:80 renderer : metaData.tdAttr = 'data-qtip="' + value + '"' { text: '处理描述', dataIndex: 'delDes',width:80 });
위 코드 조각은 필요에 따라 그리드 패널 열 헤더를 동적으로 변경하고 정보를 표시하는 방법입니다. 개인 요약을 다시 인쇄할 경우 출처를 표시해 주세요. 감사합니다
위 내용은 Extjs에서 GridPanel 열 헤더 정보 및 데이터를 동적으로 수정하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!