Initialization without
Initialization without
Hello,
I would like to create tables from JSON data dynamically. Though it is basically clear how to do that, there is one question I can not find a solution for.
In any of the examples provided (and there are a lot indeed, thank you for that ;-) ), the datatable needs a fixed HTML structure; a table tag containing thead and tfoot tags
What I wish to achieve is to just have the table tag in html, and to create headers and footers dynamically.
Is that possible? If so, how?
Thank you very much!
Kind regards,
Tom