Can a specific row (not header) span multiple columns?

Can I, via JavaScript (as opposed to XML) have a specific row that spans multiple columns. This is not about a header that can be across multiple columns as seen on your home page, but say, row 2, row 10, etc.



Thanks for your time.

James

You can do that using setRowspan() and setColspan() methods. Please check example here dhtmlx.com/docs/products/dhtmlxG … wspan.html