polywc / polywc-data-table

HTML table, a reusable Polymer web-component.
http://polywc.github.io/polywc-data-table/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Column text greater than its width #35

Open donpir opened 8 years ago

donpir commented 8 years ago

When the column is textual, and the text length is very huge compared to the column width, place three dots "..." at the end cutting the content.

donpir commented 8 years ago

Try to use the following CSS:

white-space: nowrap; text-overflow: ellipsis;