Auto trim row as per width in HTML
Here is the CSS for the same :
.trimLine
{
white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-height:27px; padding:0px; margin:0px;
}
.trimLine
{
white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-height:27px; padding:0px; margin:0px;
}
Comments