有没有办法在jQuery数据表中自定义工具提示省略号功能(插件)? 我尝试修改我的css文件中的工具提示文本,但它没有做任何事情。 文档:https://datatables.net/plug-ins/dataRender/ellipsis
ellipsis.tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
}