HI WELCOME TO SIRIS

DataTable overflow and text-wrapping issues:How to show 2 line in one column in datatable?

Leave a Comment
The following CSS declaration works for me:
.td-limit {
    max-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.