Hi,
I have grid, all columns are merged to display prompt information in the last row.
Default Style:
After click auto fit, the "Code“ column width is too large:
I think the autofit function cannot consider the contents of merged lines.
Code for FYI:
I make a little sample:
https://stackblitz.com/edit/angular-zqtz5l-test?file=app.component.html
I don't want the autofit function to consider the merged column content. I think there are two solutions:
1. After using the grid autofit function, I adjust the width of the "Employee" column separately, but I don't know how to calculate the column width excluding the combined column content.
2. Use other methods to display a whole line without affecting auto fit