//列标题居中
headerAttributes: {
"class": "table-header-cell",
style: "text-align: center;"
},
//列数据居左
attributes: {style: "text-align:left;"},
//列数据过长时,不换行,简略为 " ... "
attributes: {style: "white-space:nowrap;text-overflow:ellipsis;"},
本文共 295 字,大约阅读时间需要 1 分钟。
//列标题居中
headerAttributes: {
"class": "table-header-cell",
style: "text-align: center;"
},
//列数据居左
attributes: {style: "text-align:left;"},
//列数据过长时,不换行,简略为 " ... "
attributes: {style: "white-space:nowrap;text-overflow:ellipsis;"},
转载于:https://www.cnblogs.com/chengshixiaonongming/p/10372740.html