Hi i have this grid with autorowheight and its using this cellsrenderer where i want to place multiple fields with respective as label and then value in one single column.
Problems i am facing are”
1. As i resize the column, the word wrap is between the label and value is strange causing the value to cut to the bottom and label at the top. (I am trying to have both the label and value to go to the next line during resize)
2. I have this dropdown that basically shows/hides fields on click, but the grid row height does not increase and if your doing any sort/resize the field itself doesn’t show up. (Example: I checked ‘CPU’, the field gets displayed in result but the row height didn’t increase. Also if i try sorting/resize this field would disappear.)
Here is my jsfiddle:
https://jsfiddle.net/UbK74/2759/