我正在使用AngularJS Kendo UI数据网格,并且有一个列可能有长字符串值。我希望这个专栏包装它的文字。
以下是我控制器中gridOptions的列定义:
{
field: "ErrorMsg",
title: "Error Msg",
type: 'string',
headerAttributes: 'style="overflow: visible; white-space:normal; text-align:center"',
attritbutes: { style: "overflow: visible; white-space:normal; text-align:left; word-wrap:break-word;" }
}
我已经探索了其他论坛提供的一些解决方案,但到目前为止没有任何效果。
更新:附加视图的屏幕截图。