I would like to Multiline Headers like dhtmlx.com/docs/products/dht … footer.gif
However, I fail to make the headers.(one" book" column divided into two columns
and North Region column divided into "price’ and “sold” columns. My coding is below:
Thanks a lot.
grid.setHeader("Book Title,Noth Region ,South Region ");
mygrid.attachHeader("Title,Author,price ,sold,price ,sold ");
mygrid.setSizes();
There #cspan are missed in your sample. You can try to use the following:
grid.setHeader(“Book Title,#cspan,Noth Region,#cspan,South Region,#cspan”);