Ext ColumnModel的 renderer 参数

Ext中 renderer一般用于Grid中对列模型的渲染上 其详细信息记录在 Ext.grid.ColumnModel 中的setRenderer( Number col, Function fn ) 方法里
renderer:function(value, cellmeta, record, rowIndex, columnIndex, store){

}
1.value是当前单元格的值
2.cellmeta里保存的是cellId单元格id,css是这个单元格的css样式。
3.record是这行的所有数据,record.data["id"]这样可获得id
4.rowIndex 行号,不是从头往下数的意思,而是计算了分页以后的结果。
5.columnIndex 列号
6.store 表格里所有的数据

一、col : Number
The column index
二、fn : Function
The function to use to process the cell's raw data to return HTML markup for the grid view. The render function is called with the following parameters:
1、value : Object
The data value for the cell.(单元格的值)
2、metadata : Object
An object in which you may set the following attributes一个可以设置下边两个属性的对象)
**css : String
A CSS class name to add to the cell's TD element.
(给单元格的TD元素设置CSS的class名称)
**attr : String
An HTML attribute definition string to apply to the data container element within the table cell (e.g. 'style="color:red;"').
(给单元格元素增加一个html的属性)
3、record : Ext.data.record
The Ext.data.Record from which the data was extracted.
(该字段所在行对应的Ext.data.Record对象(整条记录))
4、rowIndex : Number
Row index(行号)
5、colIndex : Number
Column index(列号)
6、store : Ext.data.Store
The Ext.data.Store object from which the Record was extracted.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值