jQgrid: multiple column row headers
- by Jonathan
I am trying to extend my jQGrid to have multiple rows for the header.
It will look something like this
-----------------------
Level 1 - > | Application |
-----------------------
Level 2 - > |Code | Name |
-----------------------
| 0002827| Mobile Phone1
| 0202827| Mobile Phone2
| 0042827| Mobile Phon3e
| 0005827| Mobile Phone4
| 0002627| Mobile Phon5e
| 0002877| Mobile Phone6
| 0002828| Mobile Phone7
I am wondering how to do this with jQGrid 3.8.2? Any ideas?