DataTable: non masking of header title when adjust:true is set

Hi,

When the adjust:true is set for column width, the header title is getting masked if the data width is smaller than the title width. Is it possible to a minimum width for a column while adjust is set to true.

Thanks
Ashok

You can use adjustHeaders:true in the datatable’s config, as result, adjust will take width of the related header in account.

Also, the adjust:true will not set value lesser than minWidth property of column or datatable’s minColumnWidth.

Thanks! Suggestion…please have a look at Highcharts API reference…I think it is better organized.