
#the-list td img::before {
        position: absolute;
        left: 10px;
        display: block!important;
        overflow: hidden;
        width: 32%;
        content: attr(data-colname);
        white-space: nowrap;
        text-overflow: ellipsis;
}
