I need to display jqGrid in the below format:
Fomat :
[1]: https://i.stack.imgur.com/CuRYJ.png
Any help would be appreciated. Thanks
I need to display jqGrid in the below format:
Fomat :
[1]: https://i.stack.imgur.com/CuRYJ.png
Any help would be appreciated. Thanks
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.