摘要: 1. 定义变量,存储,每页显示多少条数据 var itemsPage = 25; 2.grid数据源 //列表源 var oStore = Ext.create('Ext.data.Store', { fields: ["a","b","c","d"], autoLoad: false, pageS 阅读全文
posted @ 2020-03-13 16:59 欲穷 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 给Ext.Grid添加属性:afterRender afterRender: Ext.Function.createSequence(Ext.grid.GridPanel.prototype.afterRender, tipShow) //顯示文本 function tipShow() { //默認 阅读全文
posted @ 2020-03-13 16:34 欲穷 阅读(390) 评论(0) 推荐(0) 编辑