How to export the HTML code of a DataTables table ?

How to export the HTML code of a DataTables table ?

FlorentiFlorenti 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

Answers

  • allanallan Posts: 63,230Questions: 1Answers: 10,417 Site admin

    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

This discussion has been closed.