ExtJs 4 grid 列内容自动换行
在要换行的页面添加一个样式覆盖原有样式
.x-grid-cell-inner
{
overflow:auto;
padding: 3px 6px;
text-overflow: ellipsis;
white-space: nowrap;
white-space:normal;
line-height:20px;
}
overflow:auto;
padding: 3px 6px;
text-overflow: ellipsis;
white-space: nowrap;
white-space:normal;
line-height:20px;
}
posted on 2011-11-24 08:54 问题很严重,加班吧。 阅读(1626) 评论(0) 收藏 举报
浙公网安备 33010602011771号