when i try to integrate with table whose multiple row are span , it will show me this error
Uncaught TypeError: Cannot read properties of undefined (reading 'innerHTML')
Error raise in this block :
for (s = 0; s < o.length; ++s)
this.data[s].push(d(o[s].cells[h].innerHTML.trim())) // error raise here