Bootstrap-table文本截断

时间:2017-07-05 02:06:52

标签: html json bootstrap-table

我目前正在使用Bootstrap-table(http://bootstrap-table.wenzhixin.net.cn/)和bootstrap-editable扩展名(https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable)来创建一个包含可编辑字段的表。我注意到当一个字符串包含qoutes例如:这是一个" test"字符串在第一个"上被截断。我注意到文本已正确保存在数据库中,JSON包含全文("未转义)。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

您需要为截断文本的单元格设置 text-overflow 属性为 clip initial 。 这将有助于https://www.w3schools.com/cssref/css3_pr_text-overflow.asp