Complex header from json source
Complex header from json source
Hi, I'm using the latest version and I'm trying to create a header with two rows in it.
You can see what I meaning from this example:
http://www.datatables.net/blog/Creating_beautiful_and_functional_tables_with_DataTables
Now, I'm building all the table from json and this is my code :
http://jsfiddle.net/TDtue
As you can see it's one row in the header , But I need to know how to create the html table with two rows in the header.
I searching for almost 6 hours for an example of how to create it from a JSON source with no luck.
Please help!
You can see what I meaning from this example:
http://www.datatables.net/blog/Creating_beautiful_and_functional_tables_with_DataTables
Now, I'm building all the table from json and this is my code :
http://jsfiddle.net/TDtue
As you can see it's one row in the header , But I need to know how to create the html table with two rows in the header.
I searching for almost 6 hours for an example of how to create it from a JSON source with no luck.
Please help!
This discussion has been closed.
Replies
Allan
I will have to append another to the after the datatabled() function completed?
Allan