1

I need to display jqGrid in the below format:

Fomat :

[1]: https://i.stack.imgur.com/CuRYJ.png

enter image description here

Any help would be appreciated. Thanks

tereško
  • 58,060
  • 25
  • 98
  • 150
Vinay
  • 33
  • 4
  • Please use correct spelling of jqGrid name. You wrote very short text and you used 3 names: "JQ Grid", "Jqgrid", "JQGrid" instead of jqGrid. – Oleg Jan 28 '16 at 11:54

1 Answers1

0

One can use rowspan to display the data in the format. See the answer. The main problem that such grid can almost only display the data. The other functionality starting with sorting by column content, selection of rows, editing and so on can't be used. Is it really what you need? Probably you can better just use the standard <table> with rowspan attributes? It will be still not so simple to group common input data in the format which you want to display.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798