jeffreydwalter / ColReorderWithResize

Column reordering and resizing plug-in for DataTables
http://www.datatables.net/
MIT License
42 stars 51 forks source link

Extra Long Words don't wrap #14

Closed jemoreno closed 5 years ago

jemoreno commented 5 years ago

Even when explicitly setting word-break: break-all the cell does not break a long string into multiple lines to adjust for the width resizing.

jeffreydwalter commented 5 years ago

Please provide a reproducible example so I can see what you're talking about. Thanks.

jemoreno commented 5 years ago

Think of using a table of redirect links (a piece of a program I am working on) and each link is extremely long because of the query string.
screen shot 2018-10-19 at 12 46 13 pm

jemoreno commented 5 years ago

What I would like to see is if it wraps the text, or possibly hides it up to a set min-width with an overflow: scroll-x kind of approach

jemoreno commented 5 years ago

https://jsfiddle.net/jemoreno/aq9Laaew/253804/