Vertically aligned grid with jqgrid plugin

53 views Asked by At

I am trying to build a grid with headers in column1 and the values(data) in the subsequent column. The grid will look like this. sample grid

I went through multiple articles, documentations and examples on jqgrid and the closest I could get is the pivot grid which has this kind of layout but it does not serve my requirement. Is there any way to get the grid layout like above using the jqgrid?

1

There are 1 answers

0
Tony Tomov On

Try the new in version 5.7 transpose module. It is available only in commercial Guriddo jqGrid

Documentation

Demo