Whether the header allows line breaks
const columns = [ { title: "AAAA\nBBBB", allowWrapping: true, }, ... ]
I agree it would be nice if somehow the header text could be wrapped, and in a controllable way.
Also would be good if the headers could take a contentAlign or something to allow the text to be center or right aligned.
@Progentalwf Did u find solution?
For contentAlign, you can implement that yourself using drawHeader API. Would love if the default drawHeader did support that field though. Text wrapping is a bit harder, just because headerHeight exists as an API already; I haven't dug into how allowWrapping in TextCells interact with rowHeight since that's a similar behavior.