jQgrid: multiple column row headers
Posted
by
Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2011-01-17T11:47:30Z
Indexed on
2011/01/17
11:53 UTC
Read the original article
Hit count: 204
jqgrid
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?
© Stack Overflow or respective owner