I have the following DataTable (full-width css class sets width = 100%)
LOB& 10条回答 慢半拍i (楼主) 2020-12-07 19:26 The following CSS declaration works for me: .td-limit { max-width: 70px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
The following CSS declaration works for me:
.td-limit { max-width: 70px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }