I'm trying to rewrite code that will change the width of columns dynamically by dragging on them. It works by recreating the datatable and passing in values for the new widths, and by altering a class containing the max-width for the column.
during the debugging process I ran across something odd. it seems that it doesn't matter what I set max-width to, I just need to set it to something.
I suspect I'm missing another width being set some place, but I can't find it in the debugger.
at line number 86 you can see where I've replaced the value I should be using for the width with 0.
any thoughts as to what is going on?
here's link to tests case : https://live.datatables.net/yevaweya/1/edit?html,output