how to wrap lwc lightning datatable header text, i'm already using wrapText: true, for table sorting its workig for table data but not for table header
<lightning-datatable data={pagedRecords} columns={columns} key-field="Id" hide-checkbox-column show-row-number-column="false" onrowselection={getSelectedName} onrowaction={handleRowAction} wrap-text-max-lines class="slds-max-medium-table_stacked custom-datatable">
</lightning-datatable>
i want to wrap lwc lightning datatable table header