Hello,
I am working on a project, where I am showing the columns as Subject, AssignedTo(Whom the task is assignedTo - Can be assignedTo multiple people), so I was storing the mailIds of users that are assigned.
If there are multiple people assigned, the string becomes quite large, and the column takes its width, so is there any way where can give the max-width of column.(shown in 'width' screenshot)
I also tried the onBeforeRowHeaderRender function, to split the mailIds by ";", and showing each of them in one line, but then the height is not changing(shown in the 'height' screenshot)
Thank-you