How to create the complex header dynamically
How to create the complex header dynamically
Example
**https://jsfiddle.net/p73rfujd/1/**:
I need to create complex header like this dynamically: 
This discussion has been closed.
Example
**https://jsfiddle.net/p73rfujd/1/**:
I need to create complex header like this dynamically: 
Answers
You won't be able to use
columns.titleto create a complex header. Use standard Javascript or jQuery methods to create the header. You probably can find examples on Stack Overflow.Kevin