在要换行的页面添加一个样式覆盖原有样式
.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;
}