In my jqGrid one of the columns contains a list of values (arraylist). I need to show these columns values as rows. Like the below table:
Header 1 Header2 Header3
----------------------------------------
Value1 value1 abc
xyz
abc
----------------------------------------
Value2 value2 abc
xyz
----------------------------------------
Value3 value3 abc
xyz
abc
How can I implement this in jqGrid?