How to export the HTML code of a DataTables table ?
How to export the HTML code of a DataTables table ?
Florenti
Posts: 1Questions: 1Answers: 0
Hello,
I would like to email my members with tables but I have some problem to import the table into MailChimp. MailChimp has a feature called "Import campaign from URL" that read an HTML page and convert it into an email.
This is great but MailChimp doesn't execute Javascript when reading the HTML page, so I was wondering how to export the HTML code of the table to bypass this problem.
Thank you for your help,
Florent
This discussion has been closed.
Answers
It would need to be a DOM sourced table. If it were Ajax sourced and MailChimp doesn't execute Javascript, it would never be able to populate the table.
Allan