Debugger code (debug.datatables.net): ovanal
Error messages shown:
Uncaught TypeError: Cannot read properties of null (reading 'nodeName')
at Buttons.stripData
at Object.body
at _exportData
at X.<anonymous>
at Function.exportData
at X.action
at run
The error is here:
A.stripData = function(t, n) {
return "string" == typeof (t = "object" == typeof t && t.nodeName && t.nodeType ? t.innerHTML : t) && ...
Description of problem: I get this error using excelHtml5 with 3.2.1. 3.2.0 works as expected.