extjs 表格单元格 垂直居中对齐

本文介绍了如何解决表格中数据垂直居中的问题。特别是在表格高度被图片等元素撑高时,数据容易偏上显示,影响美观。文章提供了一个简单实用的方法,在ExtJS中通过renderer函数中的metaData.tdStyle属性来实现数据的垂直居中。

假如数据只有一行的话,我们并不会遇到需要数据垂直居中的情况,因为就只有一行,
但是当表格高度被图片等撑高时,有的数据就会在单元格上方,甚是丑陋,如下图:
这里写图片描述

extjs 的“align”属性设置的是水平对齐方式
我们可以采用在renderer函数对其进行设置,查看API,发现renderer函数第二个参数metaData,其介绍如下:
A collection of metadata about the current cell; can be used or modified by the renderer. Recognized properties are: tdCls, tdAttr, and tdStyle.

To add style attributes to the <td> element, you must use the tdStyle property. Using a style attribute in the tdAttr property will override the styles the column sets, such as the width which will break the rendering.
有3个参数:tdCls,tdAttr,tdStyle;
**解决方法:
在renderer 中加入 metaData.tdStyle =”vertical-align:middle;”;**

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值