Good morning,
I am trying to use autoFitColumns, but I am having some issues with the column. I would like it to adjust based on the content only, without considering the headerText size, making the headerText use clipMode=EllipsisWithTooltip. From what I can see, this option is not available.
Is there a correct way to make autoFit apply only to the content without taking the header into account? As shown in the image, I have a column with a checkbox, and it becomes too wide. I would prefer the header text to be ellipsized in this case, as I mentioned.
I managed to achieve this by using a headerTemplate with a div that has a max-width and is styled to make the text wrap as an ellipsis, but in this case, the sort icon is not visible.
What other alternatives do I have?
We are using version 20.1.47 since we are on Angular 11.
I also want to ask: What is the maximum Syncfusion version supported in Angular 11?
Thank you very much!