How can I make table column width change dynamically according to the data inside the columns?
(I define table width 100% because that the columns width behave different).
How can I make table column width change dynamically according to the data inside
Share
It sounds like you’re looking for the
nowrapattribute for atdelement. More information here. Something like this:Demonstrated here.