How can I make DataTable columns at least as wide as the header text?
I notice that when using DataTables, column headers are sometimes word wrapped, since the width is apparently just calculated based on content in the table body. How can I configure DataTables to make columns at least wide enough to hold h开发者_StackOverfloweader text without wrapping?
Have you tried white-space: nowrap;
using css?
精彩评论