如何确定ng-grid单元格是否正在使用省略号

时间:2014-09-16 18:16:28

标签: angularjs ng-grid

在ng-grid css文件中有一个CSS元素,显示在下面

.ngCellText {
  padding: 5px;
 -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

基本上,当单元格文本内容超过限制时,它会添加省略号。当某个单元格正在使用省略号并对其进行操作时,如何在代码中确定。?

0 个答案:

没有答案