Multiline headers from HTML

Hi,

How to initialize from HTML table wich first line have cells with colspan and/or rowspan html attributes?

Thanks

PS:excuse my english

While init from HTML table it not possible to reflect colr|row spans in table header.
If you need to init grid with such structure you need to use javascript configuration instead of HTML one.


Ok. Thanks.
But can you show me with this simple table:



<table  id=“mytable” border=“1”>


Header1
Header2
Header3


  a
  b
  c
  d
  e
  f
   




Cell 11
Cell 12
Cell 13


Cell 21
Cell 22
Cell 23


Cell 31
Cell 32
Cell 33






because i not succed to do it.
Thanks
PS:excuse my english



 

Updated dhtmlxgrid_start.js and sample of usage sent by email.