javascript - How to control the Text with more characters(both alphabets and numeric values) in an td? -
is option control text in <td>
i using css style:
word-wrap: break-word; width: 200px; display: block;
without text in td looking when there text using above css ui alignment getting disturbed.
see here in second image alignment @ qr tag td disturbed completely.
even if there more no.of characters there alignment shouldnot disturbed .
please me out issue.
assuming want row have fixed height 1 line of text visible.
width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
Comments
Post a Comment