jeffreydwalter / ColReorderWithResize

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

Cant make column width smaller than content length with white-space:nowrap; #19

Open funkindy opened 5 years ago

funkindy commented 5 years ago

Seems like minimal column width is based on column content, but sometimes it is much reliable not to wrap contenton border but to hide the rest of it. This also let the table to have equal row heights and looks good.

Now if we use white-space:nowrap; over the datatable we can only make widths bigger, but not smaller.

I would be very cool feature i guess, to have fixed minimal width as an option.

jeffreydwalter commented 5 years ago

@funkindy I'm open to seeing that working. Feel free to hack it into this library. I'll consider your pull request.