码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap table字段太长,显示省略号,鼠标停留显示文字

时间:2020-07-20 15:45:03      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:space   white   css   idt   ips   字段   bootstra   isp   col   

bootstrap table字段太长,显示省略号,鼠标停留显示文字

 {field: ‘content_two‘,  title:  __(‘content_two‘) ,
                            formatter : function(value, row, index, field){
                                return "<span style=‘display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;‘ title=‘" + value + "‘>" + value + "</span>";
                            },
                            cellStyle : function(value, row, index, field){
                                return {
                                    css: {
                                        "white-space": "nowrap",
                                        "text-overflow": "ellipsis",
                                        "overflow": "hidden",
                                        "max-width":"150px"
                                    }
                                };
                            }
                        },

 

bootstrap table字段太长,显示省略号,鼠标停留显示文字

标签:space   white   css   idt   ips   字段   bootstra   isp   col   

原文地址:https://www.cnblogs.com/wrld/p/13344847.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!