We are using datatable in our application with sortable header feature.But when the screen loads the icon is getting displayed as T. Please find the attached.
<ngx-datatable [rows]="data" [loadingIndicator]="loadingIndicator" [groupExpansionDefault]="false" [groupRowsBy]="'Route'"> <!-- Header Template --> <ngx-datatable ...